Html Css Color HEX #CDE304 Electric Lime

📋 copy color: '#CDE304'

red 205 ◦ green 227 ◦ blue 4

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

Shades of Electric Lime #CDE304

Tints of Electric Lime #CDE304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.06%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 47.02%
G = 52.06%
B = 0.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CDE304 (or 0xCDE304) is known color: Electric Lime. HEX triplet: CD, E3 and 04. RGB value is (205,227,4). Sum of RGB (Red+Green+Blue) = 205+227+4=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 227 (89.06% from 255 or 52.06% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE304 is #321CFB. Grayscale: #C3C3C3. Windows color (decimal): -3284220 or 320461. OLE color: 320461.

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

Color convert

RGB 205 227 4 -
CMYK 0.10 0 0.98 0.11
HSL 65.92º 0.97% 0.45% -
HSV(B) 65.92º 0.98% 0.89% -
XYZ 52.67 67.93 10.45 -
YUV 195 20.21 135.13 -
System Red Green Blue C M Y K H S L
Decimal 205 227 4 0.10 0 0.98 0.11 65.92 0.97 0.45
Hex CD E3 4 A 0 62 B 42 61 2D
Octal 315 343 4 12 0 142 13 102 141 55
Binary 11001101 11100011 100 1010 0 1100010 1011 1000010 1100001 101101

Color Harmonies of #CDE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE304

Black with #CDE304

Text Example


Text Example

White with #CDE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE304; }

 p { color: rgb(205,227,4); }

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

background-color css

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

 a { background-color: rgb(205,227,4); }

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

border-color css

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

 span { border-color: rgb(205,227,4); }

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