#CAF916

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

Shades of Electric Lime #CAF916

Tints of Electric Lime #CAF916

Color information

#CAF916 (or 0xCAF916) is unknown color: approx Electric Lime. HEX triplet: CA, F9 and 16. RGB value is (202,249,22). Sum of RGB (Red+Green+Blue) = 202+249+22=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF916 is #3506E9. Grayscale: #D1D1D1. Windows color (decimal): -3475178 or 1505738. OLE color: 1505738.

HSL color Cylindrical-coordinate representation of color #CAF916: hue angle of 72.42º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF916 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB20224922-
CMYK0.1900.910.02
HSL72.42º94.98%53.14%-
HSV(B)72.42º91.16%97.65%-
XYZ58.3880.3713.19-
YUV209.0722.43122.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 249 (97.66% from 255) = 52.64%
BLUE value IS 22 (8.98% from 255) = 4.65%
R=42.71%
G=52.64%
B=4.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202249220.1900.910.0272.4294.9853.14
HexCAF9161305B2485f35
Octal31237126230133211013765
Binary11001010111110011011010011010110111010010001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF916; }

 p { color: rgb(202,249,22); }

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

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

 a { background-color: rgb(202,249,22); }

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

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

 span { border-color: rgb(202,249,22); }

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