#CAE102

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

Shades of Electric Lime #CAE102

Tints of Electric Lime #CAE102

Color information

#CAE102 (or 0xCAE102) is unknown color: approx Electric Lime. HEX triplet: CA, E1 and 02. RGB value is (202,225,2). Sum of RGB (Red+Green+Blue) = 202+225+2=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE102 is #351EFD. Grayscale: #C1C1C1. Windows color (decimal): -3481342 or 188874. OLE color: 188874.

HSL color Cylindrical-coordinate representation of color #CAE102: hue angle of 66.19º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAE102 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB2022252-
CMYK0.1000.990.12
HSL66.19º98.24%44.51%-
HSV(B)66.19º99.11%88.24%-
XYZ51.2966.4110.17-
YUV192.720.38134.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 2 (1.17% from 255) = 0.47%
R=47.09%
G=52.45%
B=0.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20222520.1000.990.1266.1998.2444.51
HexCAE12A063C42622d
Octal31234121201431410214255
Binary110010101110000110101001100011110010000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE102; }

 p { color: rgb(202,225,2); }

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

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

 a { background-color: rgb(202,225,2); }

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

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

 span { border-color: rgb(202,225,2); }

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