Html Css Color HEX #CAF204 Electric Lime

📋 copy color: '#CAF204'

red 202 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #CAF204

Tints of Electric Lime #CAF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.02%

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

R = 45.09%
G = 54.02%
B = 0.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CAF204 (or 0xCAF204) is known color: Electric Lime. HEX triplet: CA, F2 and 04. RGB value is (202,242,4). Sum of RGB (Red+Green+Blue) = 202+242+4=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF204 is #350DFB. Grayscale: #CBCBCB. Windows color (decimal): -3476988 or 324298. OLE color: 324298.

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

Color convert

RGB 202 242 4 -
CMYK 0.17 0 0.98 0.05
HSL 70.08º 0.97% 0.48% -
HSV(B) 70.08º 0.98% 0.95% -
XYZ 56.13 76.07 11.84 -
YUV 202.91 15.75 127.35 -
System Red Green Blue C M Y K H S L
Decimal 202 242 4 0.17 0 0.98 0.05 70.08 0.97 0.48
Hex CA F2 4 11 0 62 5 46 61 30
Octal 312 362 4 21 0 142 5 106 141 60
Binary 11001010 11110010 100 10001 0 1100010 101 1000110 1100001 110000

Color Harmonies of #CAF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF204

Black with #CAF204

Text Example


Text Example

White with #CAF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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