#CDF90C

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

Shades of Electric Lime #CDF90C

Tints of Electric Lime #CDF90C

Color information

#CDF90C (or 0xCDF90C) is unknown color: approx Electric Lime. HEX triplet: CD, F9 and 0C. RGB value is (205,249,12). Sum of RGB (Red+Green+Blue) = 205+249+12=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF90C is #3206F3. Grayscale: #D1D1D1. Windows color (decimal): -3278580 or 850381. OLE color: 850381.

HSL color Cylindrical-coordinate representation of color #CDF90C: hue angle of 71.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDF90C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB20524912-
CMYK0.1800.950.02
HSL71.14º95.18%51.18%-
HSV(B)71.14º95.18%97.65%-
XYZ59.1280.7612.82-
YUV208.8316.92125.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.99%
GREEN value IS 249 (97.66% from 255) = 53.43%
BLUE value IS 12 (5.08% from 255) = 2.58%
R=43.99%
G=53.43%
B=2.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205249120.1800.950.0271.1495.1851.18
HexCDF9C1205F2475f33
Octal31537114220137210713763
Binary1100110111111001110010010010111111010001111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF90C; }

 p { color: rgb(205,249,12); }

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

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

 a { background-color: rgb(205,249,12); }

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

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

 span { border-color: rgb(205,249,12); }

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