Html Css Color HEX #CDF004 Electric Lime

📋 copy color: '#CDF004'

red 205 ◦ green 240 ◦ blue 4

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

Shades of Electric Lime #CDF004

Tints of Electric Lime #CDF004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

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

R = 45.66%
G = 53.45%
B = 0.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CDF004 (or 0xCDF004) is known color: Electric Lime. HEX triplet: CD, F0 and 04. RGB value is (205,240,4). Sum of RGB (Red+Green+Blue) = 205+240+4=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF004 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF004 is #320FFB. Grayscale: #CBCBCB. Windows color (decimal): -3280892 or 323789. OLE color: 323789.

HSL color Cylindrical-coordinate representation of color #CDF004: hue angle of 68.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF004 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 4 -
CMYK 0.15 0 0.98 0.06
HSL 68.9º 0.97% 0.48% -
HSV(B) 68.9º 0.98% 0.94% -
XYZ 56.36 75.31 11.68 -
YUV 202.63 15.9 129.69 -
System Red Green Blue C M Y K H S L
Decimal 205 240 4 0.15 0 0.98 0.06 68.9 0.97 0.48
Hex CD F0 4 F 0 62 6 45 61 30
Octal 315 360 4 17 0 142 6 105 141 60
Binary 11001101 11110000 100 1111 0 1100010 110 1000101 1100001 110000

Color Harmonies of #CDF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF004

Black with #CDF004

Text Example


Text Example

White with #CDF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF004; }

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

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

background-color css

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

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

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

border-color css

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

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

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