Html Css Color HEX #CADE00 Electric Lime

📋 copy color: '#CADE00'

red 202 ◦ green 222 ◦ blue 0

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

Shades of Electric Lime #CADE00

Tints of Electric Lime #CADE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.36%

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

R = 47.64%
G = 52.36%
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

#CADE00 (or 0xCADE00) is known color: Electric Lime. HEX triplet: CA, DE and 00. RGB value is (202,222,0). Sum of RGB (Red+Green+Blue) = 202+222+0=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADE00 is #3521FF. Grayscale: #BFBFBF. Windows color (decimal): -3482112 or 57034. OLE color: 57034.

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

Color convert

RGB 202 222 0 -
CMYK 0.09 0 1 0.13
HSL 65.41º 1% 0.44% -
HSV(B) 65.41º 1% 0.87% -
XYZ 50.48 64.8 9.85 -
YUV 190.71 20.37 136.05 -
System Red Green Blue C M Y K H S L
Decimal 202 222 0 0.09 0 1 0.13 65.41 1 0.44
Hex CA DE 0 9 0 64 D 41 64 2C
Octal 312 336 0 11 0 144 15 101 144 54
Binary 11001010 11011110 0 1001 0 1100100 1101 1000001 1100100 101100

Color Harmonies of #CADE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADE00

Black with #CADE00

Text Example


Text Example

White with #CADE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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