Html Css Color HEX #CAFB04 Electric Lime

📋 copy color: '#CAFB04'

red 202 ◦ green 251 ◦ blue 4

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

Shades of Electric Lime #CAFB04

Tints of Electric Lime #CAFB04

RGB

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

 GREEN value IS 251 (98.44% from 255) = 54.92%

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

R = 44.2%
G = 54.92%
B = 0.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CAFB04 (or 0xCAFB04) is known color: Electric Lime. HEX triplet: CA, FB and 04. RGB value is (202,251,4). Sum of RGB (Red+Green+Blue) = 202+251+4=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFB04 is #3504FB. Grayscale: #D1D1D1. Windows color (decimal): -3474684 or 326602. OLE color: 326602.

HSL color Cylindrical-coordinate representation of color #CAFB04: hue angle of 71.9º 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 #CAFB04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 4 -
CMYK 0.20 0 0.98 0.02
HSL 71.9º 0.97% 0.5% -
HSV(B) 71.9º 0.98% 0.98% -
XYZ 58.88 81.56 12.75 -
YUV 208.19 12.77 123.58 -
System Red Green Blue C M Y K H S L
Decimal 202 251 4 0.20 0 0.98 0.02 71.9 0.97 0.5
Hex CA FB 4 14 0 62 2 48 61 32
Octal 312 373 4 24 0 142 2 110 141 62
Binary 11001010 11111011 100 10100 0 1100010 10 1001000 1100001 110010

Color Harmonies of #CAFB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFB04

Black with #CAFB04

Text Example


Text Example

White with #CAFB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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