Html Css Color HEX #CDF604 Electric Lime

📋 copy color: '#CDF604'

red 205 ◦ green 246 ◦ blue 4

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

Shades of Electric Lime #CDF604

Tints of Electric Lime #CDF604

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.07%

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

R = 45.05%
G = 54.07%
B = 0.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CDF604 (or 0xCDF604) is known color: Electric Lime. HEX triplet: CD, F6 and 04. RGB value is (205,246,4). Sum of RGB (Red+Green+Blue) = 205+246+4=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF604 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF604 is #3209FB. Grayscale: #CFCFCF. Windows color (decimal): -3279356 or 325325. OLE color: 325325.

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

Color convert

RGB 205 246 4 -
CMYK 0.17 0 0.98 0.04
HSL 70.17º 0.97% 0.49% -
HSV(B) 70.17º 0.98% 0.96% -
XYZ 58.15 78.9 12.28 -
YUV 206.15 13.92 127.18 -
System Red Green Blue C M Y K H S L
Decimal 205 246 4 0.17 0 0.98 0.04 70.17 0.97 0.49
Hex CD F6 4 11 0 62 4 46 61 31
Octal 315 366 4 21 0 142 4 106 141 61
Binary 11001101 11110110 100 10001 0 1100010 100 1000110 1100001 110001

Color Harmonies of #CDF604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF604

Black with #CDF604

Text Example


Text Example

White with #CDF604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF604; }

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

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

background-color css

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

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

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

border-color css

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

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

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