Html Css Color HEX #CAF404 Electric Lime

📋 copy color: '#CAF404'

red 202 ◦ green 244 ◦ blue 4

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

Shades of Electric Lime #CAF404

Tints of Electric Lime #CAF404

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.22%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 44.89%
G = 54.22%
B = 0.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CAF404 (or 0xCAF404) is known color: Electric Lime. HEX triplet: CA, F4 and 04. RGB value is (202,244,4). Sum of RGB (Red+Green+Blue) = 202+244+4=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 244 (95.70% from 255 or 54.22% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF404 is #350BFB. Grayscale: #CCCCCC. Windows color (decimal): -3476476 or 324810. OLE color: 324810.

HSL color Cylindrical-coordinate representation of color #CAF404: hue angle of 70.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAF404 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 4 -
CMYK 0.17 0 0.98 0.04
HSL 70.5º 0.97% 0.49% -
HSV(B) 70.5º 0.98% 0.96% -
XYZ 56.73 77.27 12.04 -
YUV 204.08 15.09 126.51 -
System Red Green Blue C M Y K H S L
Decimal 202 244 4 0.17 0 0.98 0.04 70.5 0.97 0.49
Hex CA F4 4 11 0 62 4 46 61 31
Octal 312 364 4 21 0 142 4 106 141 61
Binary 11001010 11110100 100 10001 0 1100010 100 1000110 1100001 110001

Color Harmonies of #CAF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF404

Black with #CAF404

Text Example


Text Example

White with #CAF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF404; }

 p { color: rgb(202,244,4); }

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

background-color css

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

 a { background-color: rgb(202,244,4); }

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

border-color css

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

 span { border-color: rgb(202,244,4); }

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