#2dfe40

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

Shades of Lime Green #2DFE40

Tints of Lime Green #2DFE40

Color information

#2DFE40 (or 0x2DFE40) is unknown color: approx Lime Green. HEX triplet: 2D, FE and 40. RGB value is (45,254,64). Sum of RGB (Red+Green+Blue) = 45+254+64=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 254 (99.61% from 255 or 69.97% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE40 is #D201BF. Grayscale: #AAAAAA. Windows color (decimal): -13763008 or 4259373. OLE color: 4259373.

HSL color Cylindrical-coordinate representation of color #2DFE40: hue angle of 125.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE40 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB4525464-
CMYK0.8200.750.00
HSL125.45º99.05%58.63%-
HSV(B)125.45º82.28%99.61%-
XYZ37.4571.8116.74-
YUV169.8568.2638.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.40%
GREEN value IS 254 (99.61% from 255) = 69.97%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=12.40%
G=69.97%
B=17.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal45254640.8200.750.00125.4599.0558.63
Hex2DFE405204B07d633b
Octal553761001220113017514373
Binary101101111111101000000101001001001011011111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dfe40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2dfe40; }

 p { color: rgb(45,254,64); }

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

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

 a { background-color: rgb(45,254,64); }

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

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

 span { border-color: rgb(45,254,64); }

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