Html Css Color HEX #CDF704 Electric Lime

📋 copy color: '#CDF704'

red 205 ◦ green 247 ◦ blue 4

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

Shades of Electric Lime #CDF704

Tints of Electric Lime #CDF704

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.17%

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

R = 44.96%
G = 54.17%
B = 0.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#CDF704 (or 0xCDF704) is known color: Electric Lime. HEX triplet: CD, F7 and 04. RGB value is (205,247,4). Sum of RGB (Red+Green+Blue) = 205+247+4=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 247 (96.88% from 255 or 54.17% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF704 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF704 is #3208FB. Grayscale: #CFCFCF. Windows color (decimal): -3279100 or 325581. OLE color: 325581.

HSL color Cylindrical-coordinate representation of color #CDF704: hue angle of 70.37º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF704 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 247 4 -
CMYK 0.17 0 0.98 0.03
HSL 70.37º 0.97% 0.49% -
HSV(B) 70.37º 0.98% 0.97% -
XYZ 58.46 79.51 12.38 -
YUV 206.74 13.59 126.76 -
System Red Green Blue C M Y K H S L
Decimal 205 247 4 0.17 0 0.98 0.03 70.37 0.97 0.49
Hex CD F7 4 11 0 62 3 46 61 31
Octal 315 367 4 21 0 142 3 106 141 61
Binary 11001101 11110111 100 10001 0 1100010 11 1000110 1100001 110001

Color Harmonies of #CDF704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF704

Black with #CDF704

Text Example


Text Example

White with #CDF704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF704; }

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

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

background-color css

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

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

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

border-color css

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

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

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