Html Css Color HEX #CDE802 Electric Lime

📋 copy color: '#CDE802'

red 205 ◦ green 232 ◦ blue 2

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

Shades of Electric Lime #CDE802

Tints of Electric Lime #CDE802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.85%

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

R = 46.7%
G = 52.85%
B = 0.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#CDE802 (or 0xCDE802) is known color: Electric Lime. HEX triplet: CD, E8 and 02. RGB value is (205,232,2). Sum of RGB (Red+Green+Blue) = 205+232+2=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE802 is #3217FD. Grayscale: #C6C6C6. Windows color (decimal): -3282942 or 190669. OLE color: 190669.

HSL color Cylindrical-coordinate representation of color #CDE802: hue angle of 67.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDE802 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 2 -
CMYK 0.12 0 0.99 0.09
HSL 67.04º 0.98% 0.46% -
HSV(B) 67.04º 0.99% 0.91% -
XYZ 54.04 70.7 10.85 -
YUV 197.71 17.55 133.2 -
System Red Green Blue C M Y K H S L
Decimal 205 232 2 0.12 0 0.99 0.09 67.04 0.98 0.46
Hex CD E8 2 C 0 63 9 43 62 2E
Octal 315 350 2 14 0 143 11 103 142 56
Binary 11001101 11101000 10 1100 0 1100011 1001 1000011 1100010 101110

Color Harmonies of #CDE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE802

Black with #CDE802

Text Example


Text Example

White with #CDE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE802; }

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

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

background-color css

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

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

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

border-color css

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

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

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