Html Css Color HEX #CAF400 Electric Lime

📋 copy color: '#CAF400'

red 202 ◦ green 244 ◦ blue 0

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

Shades of Electric Lime #CAF400

Tints of Electric Lime #CAF400

RGB

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

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

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

R = 45.29%
G = 54.71%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#CAF400 (or 0xCAF400) is known color: Electric Lime. HEX triplet: CA, F4 and 00. RGB value is (202,244,0). Sum of RGB (Red+Green+Blue) = 202+244+0=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF400 is #350BFF. Grayscale: #CCCCCC. Windows color (decimal): -3476480 or 62666. OLE color: 62666.

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

Color convert

RGB 202 244 0 -
CMYK 0.17 0 1 0.04
HSL 70.33º 1% 0.48% -
HSV(B) 70.33º 1% 0.96% -
XYZ 56.71 77.26 11.92 -
YUV 203.63 13.09 126.84 -
System Red Green Blue C M Y K H S L
Decimal 202 244 0 0.17 0 1 0.04 70.33 1 0.48
Hex CA F4 0 11 0 64 4 46 64 30
Octal 312 364 0 21 0 144 4 106 144 60
Binary 11001010 11110100 0 10001 0 1100100 100 1000110 1100100 110000

Color Harmonies of #CAF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF400

Black with #CAF400

Text Example


Text Example

White with #CAF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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