Html Css Color HEX #CDE502 Electric Lime

📋 copy color: '#CDE502'

red 205 ◦ green 229 ◦ blue 2

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

Shades of Electric Lime #CDE502

Tints of Electric Lime #CDE502

RGB

 RED value IS 205 (80.47% from 255) = 47.02%

 GREEN value IS 229 (89.84% from 255) = 52.52%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 47.02%
G = 52.52%
B = 0.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#CDE502 (or 0xCDE502) is known color: Electric Lime. HEX triplet: CD, E5 and 02. RGB value is (205,229,2). Sum of RGB (Red+Green+Blue) = 205+229+2=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE502 is #321AFD. Grayscale: #C4C4C4. Windows color (decimal): -3283710 or 189901. OLE color: 189901.

HSL color Cylindrical-coordinate representation of color #CDE502: hue angle of 66.34º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE502 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 2 -
CMYK 0.10 0 0.99 0.10
HSL 66.34º 0.98% 0.45% -
HSV(B) 66.34º 0.99% 0.9% -
XYZ 53.21 69.02 10.58 -
YUV 195.95 18.55 134.46 -
System Red Green Blue C M Y K H S L
Decimal 205 229 2 0.10 0 0.99 0.10 66.34 0.98 0.45
Hex CD E5 2 A 0 63 A 42 62 2D
Octal 315 345 2 12 0 143 12 102 142 55
Binary 11001101 11100101 10 1010 0 1100011 1010 1000010 1100010 101101

Color Harmonies of #CDE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE502

Black with #CDE502

Text Example


Text Example

White with #CDE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE502; }

 p { color: rgb(205,229,2); }

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

background-color css

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

 a { background-color: rgb(205,229,2); }

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

border-color css

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

 span { border-color: rgb(205,229,2); }

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