#2DDE27

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

Shades of Lime Green #2DDE27

Tints of Lime Green #2DDE27

Color information

#2DDE27 (or 0x2DDE27) is unknown color: approx Lime Green. HEX triplet: 2D, DE and 27. RGB value is (45,222,39). Sum of RGB (Red+Green+Blue) = 45+222+39=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE27 is #D221D8. Grayscale: #949494. Windows color (decimal): -13771225 or 2612781. OLE color: 2612781.

HSL color Cylindrical-coordinate representation of color #2DDE27: hue angle of 118.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDE27 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB4522239-
CMYK0.8000.820.13
HSL118.03º73.49%51.18%-
HSV(B)118.03º82.43%87.06%-
XYZ27.5752.9510.69-
YUV148.2266.3654.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.71%
GREEN value IS 222 (87.11% from 255) = 72.55%
BLUE value IS 39 (15.62% from 255) = 12.75%
R=14.71%
G=72.55%
B=12.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal45222390.8000.820.13118.0373.4951.18
Hex2DDE2750052D764933
Octal553364712001221516611163
Binary10110111011110100111101000001010010110111101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,222,39); }

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

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

 a { background-color: rgb(45,222,39); }

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

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

 span { border-color: rgb(45,222,39); }

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