Html Css Color HEX #CAF904 Electric Lime

📋 copy color: '#CAF904'

red 202 ◦ green 249 ◦ blue 4

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

Shades of Electric Lime #CAF904

Tints of Electric Lime #CAF904

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.73%

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

R = 44.4%
G = 54.73%
B = 0.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CAF904 (or 0xCAF904) is known color: Electric Lime. HEX triplet: CA, F9 and 04. RGB value is (202,249,4). Sum of RGB (Red+Green+Blue) = 202+249+4=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 249 (97.66% from 255 or 54.73% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF904 is #3506FB. Grayscale: #CFCFCF. Windows color (decimal): -3475196 or 326090. OLE color: 326090.

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

Color convert

RGB 202 249 4 -
CMYK 0.19 0 0.98 0.02
HSL 71.51º 0.97% 0.5% -
HSV(B) 71.51º 0.98% 0.98% -
XYZ 58.25 80.32 12.55 -
YUV 207.02 13.43 124.42 -
System Red Green Blue C M Y K H S L
Decimal 202 249 4 0.19 0 0.98 0.02 71.51 0.97 0.5
Hex CA F9 4 13 0 62 2 48 61 32
Octal 312 371 4 23 0 142 2 110 141 62
Binary 11001010 11111001 100 10011 0 1100010 10 1001000 1100001 110010

Color Harmonies of #CAF904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF904

Black with #CAF904

Text Example


Text Example

White with #CAF904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF904; }

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

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

background-color css

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

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

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

border-color css

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

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

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