#2dfe3c

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

Shades of Lime Green #2DFE3C

Tints of Lime Green #2DFE3C

Color information

#2DFE3C (or 0x2DFE3C) is unknown color: approx Lime Green. HEX triplet: 2D, FE and 3C. RGB value is (45,254,60). Sum of RGB (Red+Green+Blue) = 45+254+60=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 254 (99.61% from 255 or 70.75% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE3C is #D201C3. Grayscale: #A9A9A9. Windows color (decimal): -13763012 or 3997229. OLE color: 3997229.

HSL color Cylindrical-coordinate representation of color #2DFE3C: hue angle of 124.31º 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 #2DFE3C is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB4525460-
CMYK0.8200.760.00
HSL124.31º99.05%58.63%-
HSV(B)124.31º82.28%99.61%-
XYZ37.3471.7716.16-
YUV169.3966.2639.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.53%
GREEN value IS 254 (99.61% from 255) = 70.75%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=12.53%
G=70.75%
B=16.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal45254600.8200.760.00124.3199.0558.63
Hex2DFE3C5204C07c633b
Octal55376741220114017414373
Binary10110111111110111100101001001001100011111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dfe3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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