Html Css Color HEX #CAF900 Electric Lime

📋 copy color: '#CAF900'

red 202 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #CAF900

Tints of Electric Lime #CAF900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.79%
G = 55.21%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#CAF900 (or 0xCAF900) is known color: Electric Lime. HEX triplet: CA, F9 and 00. RGB value is (202,249,0). Sum of RGB (Red+Green+Blue) = 202+249+0=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF900 is #3506FF. Grayscale: #CFCFCF. Windows color (decimal): -3475200 or 63946. OLE color: 63946.

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

Color convert

RGB 202 249 0 -
CMYK 0.19 0 1 0.02
HSL 71.33º 1% 0.49% -
HSV(B) 71.33º 1% 0.98% -
XYZ 58.23 80.31 12.43 -
YUV 206.56 11.43 124.75 -
System Red Green Blue C M Y K H S L
Decimal 202 249 0 0.19 0 1 0.02 71.33 1 0.49
Hex CA F9 0 13 0 64 2 47 64 31
Octal 312 371 0 23 0 144 2 107 144 61
Binary 11001010 11111001 0 10011 0 1100100 10 1000111 1100100 110001

Color Harmonies of #CAF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF900

Black with #CAF900

Text Example


Text Example

White with #CAF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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