#CAF102

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

Shades of Electric Lime #CAF102

Tints of Electric Lime #CAF102

Color information

#CAF102 (or 0xCAF102) is unknown color: approx Electric Lime. HEX triplet: CA, F1 and 02. RGB value is (202,241,2). Sum of RGB (Red+Green+Blue) = 202+241+2=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF102 is #350EFD. Grayscale: #CBCBCB. Windows color (decimal): -3477246 or 192970. OLE color: 192970.

HSL color Cylindrical-coordinate representation of color #CAF102: hue angle of 69.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF102 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB2022412-
CMYK0.1600.990.05
HSL69.79º98.35%47.65%-
HSV(B)69.79º99.17%94.51%-
XYZ55.8275.4711.68-
YUV202.0915.08127.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 241 (94.53% from 255) = 54.16%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=45.39%
G=54.16%
B=0.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal20224120.1600.990.0569.7998.3547.65
HexCAF12100635466230
Octal3123612200143510614260
Binary110010101111000110100000110001110110001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF102; }

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

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

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

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

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

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

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

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