Html Css Color HEX #CDE904 Electric Lime

📋 copy color: '#CDE904'

red 205 ◦ green 233 ◦ blue 4

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

Shades of Electric Lime #CDE904

Tints of Electric Lime #CDE904

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.71%

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

R = 46.38%
G = 52.71%
B = 0.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CDE904 (or 0xCDE904) is known color: Electric Lime. HEX triplet: CD, E9 and 04. RGB value is (205,233,4). Sum of RGB (Red+Green+Blue) = 205+233+4=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE904 is #3216FB. Grayscale: #C7C7C7. Windows color (decimal): -3282684 or 321997. OLE color: 321997.

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

Color convert

RGB 205 233 4 -
CMYK 0.12 0 0.98 0.09
HSL 67.34º 0.97% 0.46% -
HSV(B) 67.34º 0.98% 0.91% -
XYZ 54.34 71.27 11.01 -
YUV 198.52 18.22 132.62 -
System Red Green Blue C M Y K H S L
Decimal 205 233 4 0.12 0 0.98 0.09 67.34 0.97 0.46
Hex CD E9 4 C 0 62 9 43 61 2E
Octal 315 351 4 14 0 142 11 103 141 56
Binary 11001101 11101001 100 1100 0 1100010 1001 1000011 1100001 101110

Color Harmonies of #CDE904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE904

Black with #CDE904

Text Example


Text Example

White with #CDE904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE904; }

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

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

background-color css

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

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

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

border-color css

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

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

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