Html Css Color HEX #CADD00 Electric Lime

📋 copy color: '#CADD00'

red 202 ◦ green 221 ◦ blue 0

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

Shades of Electric Lime #CADD00

Tints of Electric Lime #CADD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.25%

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

R = 47.75%
G = 52.25%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#CADD00 (or 0xCADD00) is known color: Electric Lime. HEX triplet: CA, DD and 00. RGB value is (202,221,0). Sum of RGB (Red+Green+Blue) = 202+221+0=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADD00 is #3522FF. Grayscale: #BEBEBE. Windows color (decimal): -3482368 or 56778. OLE color: 56778.

HSL color Cylindrical-coordinate representation of color #CADD00: hue angle of 65.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CADD00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 0 -
CMYK 0.09 0 1 0.13
HSL 65.16º 1% 0.43% -
HSV(B) 65.16º 1% 0.87% -
XYZ 50.21 64.27 9.76 -
YUV 190.13 20.71 136.47 -
System Red Green Blue C M Y K H S L
Decimal 202 221 0 0.09 0 1 0.13 65.16 1 0.43
Hex CA DD 0 9 0 64 D 41 64 2B
Octal 312 335 0 11 0 144 15 101 144 53
Binary 11001010 11011101 0 1001 0 1100100 1101 1000001 1100100 101011

Color Harmonies of #CADD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD00

Black with #CADD00

Text Example


Text Example

White with #CADD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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