#CAEB10

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

Shades of Electric Lime #CAEB10

Tints of Electric Lime #CAEB10

Color information

#CAEB10 (or 0xCAEB10) is unknown color: approx Electric Lime. HEX triplet: CA, EB and 10. RGB value is (202,235,16). Sum of RGB (Red+Green+Blue) = 202+235+16=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEB10 is #3514EF. Grayscale: #C9C9C9. Windows color (decimal): -3478768 or 1108938. OLE color: 1108938.

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

Color convert

RGB20223516-
CMYK0.1400.930.08
HSL69.04º87.25%49.22%-
HSV(B)69.04º93.19%92.16%-
XYZ54.1672.0111.54-
YUV200.1724.07129.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 16 (6.64% from 255) = 3.53%
R=44.59%
G=51.88%
B=3.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202235160.1400.930.0869.0487.2549.22
HexCAEB10E05D8455731
Octal312353201601351010512761
Binary110010101110101110000111001011101100010001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEB10; }

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

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

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

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

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

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

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

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