Html Css Color HEX #CAFD00 Electric Lime

📋 copy color: '#CAFD00'

red 202 ◦ green 253 ◦ blue 0

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

Shades of Electric Lime #CAFD00

Tints of Electric Lime #CAFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.6%

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

R = 44.4%
G = 55.6%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#CAFD00 (or 0xCAFD00) is known color: Electric Lime. HEX triplet: CA, FD and 00. RGB value is (202,253,0). Sum of RGB (Red+Green+Blue) = 202+253+0=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFD00 is #3502FF. Grayscale: #D1D1D1. Windows color (decimal): -3474176 or 64970. OLE color: 64970.

HSL color Cylindrical-coordinate representation of color #CAFD00: hue angle of 72.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAFD00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 253 0 -
CMYK 0.20 0 1 0.01
HSL 72.09º 1% 0.5% -
HSV(B) 72.09º 1% 0.99% -
XYZ 59.48 82.81 12.85 -
YUV 208.91 10.1 123.07 -
System Red Green Blue C M Y K H S L
Decimal 202 253 0 0.20 0 1 0.01 72.09 1 0.5
Hex CA FD 0 14 0 64 1 48 64 32
Octal 312 375 0 24 0 144 1 110 144 62
Binary 11001010 11111101 0 10100 0 1100100 1 1001000 1100100 110010

Color Harmonies of #CAFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFD00

Black with #CAFD00

Text Example


Text Example

White with #CAFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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