#2DBE24

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

Shades of Lime Green #2DBE24

Tints of Lime Green #2DBE24

Color information

#2DBE24 (or 0x2DBE24) is unknown color: approx Lime Green. HEX triplet: 2D, BE and 24. RGB value is (45,190,36). Sum of RGB (Red+Green+Blue) = 45+190+36=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 190 (74.61% from 255 or 70.11% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBE24 is #D241DB. Grayscale: #818181. Windows color (decimal): -13779420 or 2407981. OLE color: 2407981.

HSL color Cylindrical-coordinate representation of color #2DBE24: hue angle of 116.49º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBE24 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB4519036-
CMYK0.7600.810.25
HSL116.49º68.14%44.31%-
HSV(B)116.49º81.05%74.51%-
XYZ19.8137.517.87-
YUV129.0975.4668.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.61%
GREEN value IS 190 (74.61% from 255) = 70.11%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=16.61%
G=70.11%
B=13.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45190360.7600.810.25116.4968.1444.31
Hex2DBE244C0511974442c
Octal552764411401213116410454
Binary101101101111101001001001100010100011100111101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,190,36); }

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

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

 a { background-color: rgb(45,190,36); }

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

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

 span { border-color: rgb(45,190,36); }

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