#c8eb0b

Color #C8EB0B Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C8EB0B

Tints of Electric Lime #C8EB0B

Color information

#C8EB0B (or 0xC8EB0B) is unknown color: approx Electric Lime. HEX triplet: C8, EB and 0B. RGB value is (200,235,11). Sum of RGB (Red+Green+Blue) = 200+235+11=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EB0B is #3714F4. Grayscale: #C7C7C7. Windows color (decimal): -3609845 or 781256. OLE color: 781256.

HSL color Cylindrical-coordinate representation of color #C8EB0B: hue angle of 69.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8EB0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB20023511-
CMYK0.1500.950.08
HSL69.38º91.06%48.24%-
HSV(B)69.38º95.32%92.16%-
XYZ53.5971.7211.34-
YUV19921.9128.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 235 (92.19% from 255) = 52.69%
BLUE value IS 11 (4.69% from 255) = 2.47%
R=44.84%
G=52.69%
B=2.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal200235110.1500.950.0869.3891.0648.24
HexC8EBBF05F8455b30
Octal310353131701371010513360
Binary11001000111010111011111101011111100010001011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8eb0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8eb0b; }

 p { color: rgb(200,235,11); }

 H1.HeaderClassName
 {
   color: #c8eb0b;
 }
 .AnyTagClassName
 {
   color: #c8eb0b;
 }
</style>
background-color css

<style>
 a { background-color: #c8eb0b; }

 a { background-color: rgb(200,235,11); }

 div.DivClassName
 {
   background-color: #c8eb0b;
 }
 .BgClassName
 {
   background-color: #c8eb0b;
 }
</style>
border-color css

<style>
 span { border-color: #c8eb0b; }

 span { border-color: rgb(200,235,11); }

 td.TdClassName
 {
   border-color: #c8eb0b;
 }
 .TagClassName
 {
   border-color: #c8eb0b;
 }
</style>