#cdfe05

Color #CDFE05 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CDFE05

Tints of Electric Lime #CDFE05

Color information

#CDFE05 (or 0xCDFE05) is unknown color: approx Electric Lime. HEX triplet: CD, FE and 05. RGB value is (205,254,5). Sum of RGB (Red+Green+Blue) = 205+254+5=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFE05 is #3201FA. Grayscale: #D3D3D3. Windows color (decimal): -3277307 or 392909. OLE color: 392909.

HSL color Cylindrical-coordinate representation of color #CDFE05: hue angle of 71.81º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDFE05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB2052545-
CMYK0.1900.980.00
HSL71.81º99.2%50.78%-
HSV(B)71.81º98.03%99.61%-
XYZ60.6583.8713.14-
YUV210.9611.77123.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 254 (99.61% from 255) = 54.74%
BLUE value IS 5 (2.34% from 255) = 1.08%
R=44.18%
G=54.74%
B=1.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal20525450.1900.980.0071.8199.250.78
HexCDFE5130620486333
Octal3153765230142011014363
Binary11001101111111101011001101100010010010001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdfe05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdfe05; }

 p { color: rgb(205,254,5); }

 H1.HeaderClassName
 {
   color: #cdfe05;
 }
 .AnyTagClassName
 {
   color: #cdfe05;
 }
</style>
background-color css

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

 a { background-color: rgb(205,254,5); }

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

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

 span { border-color: rgb(205,254,5); }

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