#CDF91D

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

Shades of Electric Lime #CDF91D

Tints of Electric Lime #CDF91D

Color information

#CDF91D (or 0xCDF91D) is unknown color: approx Electric Lime. HEX triplet: CD, F9 and 1D. RGB value is (205,249,29). Sum of RGB (Red+Green+Blue) = 205+249+29=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF91D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF91D is #3206E2. Grayscale: #D3D3D3. Windows color (decimal): -3278563 or 1964493. OLE color: 1964493.

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

Color convert

RGB20524929-
CMYK0.1800.880.02
HSL72º94.83%54.51%-
HSV(B)72º88.35%97.65%-
XYZ59.2780.8213.64-
YUV210.7625.42123.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 249 (97.66% from 255) = 51.55%
BLUE value IS 29 (11.72% from 255) = 6.00%
R=42.44%
G=51.55%
B=6.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205249290.1800.880.027294.8354.51
HexCDF91D120582485f37
Octal31537135220130211013767
Binary11001101111110011110110010010110001010010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF91D; }

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

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

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

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

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

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

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

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