Html Css Color HEX #CDF006 Electric Lime

📋 copy color: '#CDF006'

red 205 ◦ green 240 ◦ blue 6

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

Shades of Electric Lime #CDF006

Tints of Electric Lime #CDF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 45.45%
G = 53.22%
B = 1.33%

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

#CDF006 (or 0xCDF006) is known color: Electric Lime. HEX triplet: CD, F0 and 06. RGB value is (205,240,6). Sum of RGB (Red+Green+Blue) = 205+240+6=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF006 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF006 is #320FF9. Grayscale: #CBCBCB. Windows color (decimal): -3280890 or 454861. OLE color: 454861.

HSL color Cylindrical-coordinate representation of color #CDF006: hue angle of 68.97º degrees, saturation: 0.95, 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 #CDF006 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 240 6 -
CMYK 0.15 0 0.98 0.06
HSL 68.97º 0.95% 0.48% -
HSV(B) 68.97º 0.98% 0.94% -
XYZ 56.37 75.31 11.74 -
YUV 202.86 16.9 129.53 -
System Red Green Blue C M Y K H S L
Decimal 205 240 6 0.15 0 0.98 0.06 68.97 0.95 0.48
Hex CD F0 6 F 0 62 6 45 5F 30
Octal 315 360 6 17 0 142 6 105 137 60
Binary 11001101 11110000 110 1111 0 1100010 110 1000101 1011111 110000

Color Harmonies of #CDF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF006

Black with #CDF006

Text Example


Text Example

White with #CDF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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