Html Css Color HEX #CDF600 Electric Lime

📋 copy color: '#CDF600'

red 205 ◦ green 246 ◦ blue 0

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

Shades of Electric Lime #CDF600

Tints of Electric Lime #CDF600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#CDF600 (or 0xCDF600) is known color: Electric Lime. HEX triplet: CD, F6 and 00. RGB value is (205,246,0). Sum of RGB (Red+Green+Blue) = 205+246+0=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF600 is #3209FF. Grayscale: #CECECE. Windows color (decimal): -3279360 or 63181. OLE color: 63181.

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

Color convert

RGB 205 246 0 -
CMYK 0.17 0 1 0.04
HSL 70º 1% 0.48% -
HSV(B) 70º 1% 0.96% -
XYZ 58.13 78.89 12.16 -
YUV 205.7 11.92 127.5 -
System Red Green Blue C M Y K H S L
Decimal 205 246 0 0.17 0 1 0.04 70 1 0.48
Hex CD F6 0 11 0 64 4 46 64 30
Octal 315 366 0 21 0 144 4 106 144 60
Binary 11001101 11110110 0 10001 0 1100100 100 1000110 1100100 110000

Color Harmonies of #CDF600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF600

Black with #CDF600

Text Example


Text Example

White with #CDF600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF600; }

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

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

background-color css

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

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

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

border-color css

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

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

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