#2DFC38

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

Shades of Lime Green #2DFC38

Tints of Lime Green #2DFC38

Color information

#2DFC38 (or 0x2DFC38) is unknown color: approx Lime Green. HEX triplet: 2D, FC and 38. RGB value is (45,252,56). Sum of RGB (Red+Green+Blue) = 45+252+56=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC38 is #D203C7. Grayscale: #A8A8A8. Windows color (decimal): -13763528 or 3734573. OLE color: 3734573.

HSL color Cylindrical-coordinate representation of color #2DFC38: hue angle of 123.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC38 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB4525256-
CMYK0.8200.780.01
HSL123.19º97.18%58.24%-
HSV(B)123.19º82.14%98.82%-
XYZ36.6170.4615.41-
YUV167.7664.9240.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 252 (98.83% from 255) = 71.39%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=12.75%
G=71.39%
B=15.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal45252560.8200.780.01123.1997.1858.24
Hex2DFC385204E17b613a
Octal55374701220116117314172
Binary10110111111100111000101001001001110111110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,252,56); }

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

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

 a { background-color: rgb(45,252,56); }

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

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

 span { border-color: rgb(45,252,56); }

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