Html Css Color HEX #CDE402 Electric Lime

📋 copy color: '#CDE402'

red 205 ◦ green 228 ◦ blue 2

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

Shades of Electric Lime #CDE402

Tints of Electric Lime #CDE402

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.41%

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

R = 47.13%
G = 52.41%
B = 0.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CDE402 (or 0xCDE402) is known color: Electric Lime. HEX triplet: CD, E4 and 02. RGB value is (205,228,2). Sum of RGB (Red+Green+Blue) = 205+228+2=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE402 is #321BFD. Grayscale: #C4C4C4. Windows color (decimal): -3283966 or 189645. OLE color: 189645.

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

Color convert

RGB 205 228 2 -
CMYK 0.10 0 0.99 0.11
HSL 66.11º 0.98% 0.45% -
HSV(B) 66.11º 0.99% 0.89% -
XYZ 52.93 68.47 10.48 -
YUV 195.36 18.88 134.88 -
System Red Green Blue C M Y K H S L
Decimal 205 228 2 0.10 0 0.99 0.11 66.11 0.98 0.45
Hex CD E4 2 A 0 63 B 42 62 2D
Octal 315 344 2 12 0 143 13 102 142 55
Binary 11001101 11100100 10 1010 0 1100011 1011 1000010 1100010 101101

Color Harmonies of #CDE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE402

Black with #CDE402

Text Example


Text Example

White with #CDE402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE402; }

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

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

background-color css

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

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

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

border-color css

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

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

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