#CAEB08

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

Shades of Electric Lime #CAEB08

Tints of Electric Lime #CAEB08

Color information

#CAEB08 (or 0xCAEB08) is unknown color: approx Electric Lime. HEX triplet: CA, EB and 08. RGB value is (202,235,8). Sum of RGB (Red+Green+Blue) = 202+235+8=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEB08 is #3514F7. Grayscale: #C8C8C8. Windows color (decimal): -3478776 or 584650. OLE color: 584650.

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

Color convert

RGB2022358-
CMYK0.1400.970.08
HSL68.72º93.42%47.65%-
HSV(B)68.72º96.6%92.16%-
XYZ54.1171.9911.27-
YUV199.2620.07129.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 235 (92.19% from 255) = 52.81%
BLUE value IS 8 (3.52% from 255) = 1.80%
R=45.39%
G=52.81%
B=1.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20223580.1400.970.0868.7293.4247.65
HexCAEB8E0618455d30
Octal312353101601411010513560
Binary11001010111010111000111001100001100010001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB08; }

 p { color: rgb(202,235,8); }

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

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

 a { background-color: rgb(202,235,8); }

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

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

 span { border-color: rgb(202,235,8); }

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