Html Css Color HEX #CAF516 Electric Lime

📋 copy color: '#CAF516'

red 202 ◦ green 245 ◦ blue 22

#CAF516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CAF516

Tints of Electric Lime #CAF516

RGB

 RED value IS 202 (79.3% from 255) = 43.07%

 GREEN value IS 245 (96.09% from 255) = 52.24%

 BLUE value IS 22 (8.98% from 255) = 4.69%

R = 43.07%
G = 52.24%
B = 4.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CAF516 (or 0xCAF516) is known color: Electric Lime. HEX triplet: CA, F5 and 16. RGB value is (202,245,22). Sum of RGB (Red+Green+Blue) = 202+245+22=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF516 is #350AE9. Grayscale: #CFCFCF. Windows color (decimal): -3476202 or 1504714. OLE color: 1504714.

HSL color Cylindrical-coordinate representation of color #CAF516: hue angle of 71.57º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF516 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 22 -
CMYK 0.18 0 0.91 0.04
HSL 71.57º 0.92% 0.52% -
HSV(B) 71.57º 0.91% 0.96% -
XYZ 57.15 77.92 12.79 -
YUV 206.72 23.75 124.63 -
System Red Green Blue C M Y K H S L
Decimal 202 245 22 0.18 0 0.91 0.04 71.57 0.92 0.52
Hex CA F5 16 12 0 5B 4 48 5C 34
Octal 312 365 26 22 0 133 4 110 134 64
Binary 11001010 11110101 10110 10010 0 1011011 100 1001000 1011100 110100

Color Harmonies of #CAF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF516

Black with #CAF516

Text Example


Text Example

White with #CAF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF516; }

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

 H1.HeaderClassName
 {
   color: #CAF516;
 }
 .AnyTagClassName
 {
   color: #CAF516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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