Html Css Color HEX #CDE403 Electric Lime

📋 copy color: '#CDE403'

red 205 ◦ green 228 ◦ blue 3

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

Shades of Electric Lime #CDE403

Tints of Electric Lime #CDE403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 47.02%
G = 52.29%
B = 0.69%

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

#CDE403 (or 0xCDE403) is known color: Electric Lime. HEX triplet: CD, E4 and 03. RGB value is (205,228,3). Sum of RGB (Red+Green+Blue) = 205+228+3=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE403 is #321BFC. Grayscale: #C4C4C4. Windows color (decimal): -3283965 or 255181. OLE color: 255181.

HSL color Cylindrical-coordinate representation of color #CDE403: hue angle of 66.13º degrees, saturation: 0.97, 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 #CDE403 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 3 -
CMYK 0.10 0 0.99 0.11
HSL 66.13º 0.97% 0.45% -
HSV(B) 66.13º 0.99% 0.89% -
XYZ 52.94 68.47 10.51 -
YUV 195.47 19.38 134.8 -
System Red Green Blue C M Y K H S L
Decimal 205 228 3 0.10 0 0.99 0.11 66.13 0.97 0.45
Hex CD E4 3 A 0 63 B 42 61 2D
Octal 315 344 3 12 0 143 13 102 141 55
Binary 11001101 11100100 11 1010 0 1100011 1011 1000010 1100001 101101

Color Harmonies of #CDE403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE403

Black with #CDE403

Text Example


Text Example

White with #CDE403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE403; }

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

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

background-color css

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

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

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

border-color css

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

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

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