#2DB635

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

Shades of Lime Green #2DB635

Tints of Lime Green #2DB635

Color information

#2DB635 (or 0x2DB635) is unknown color: approx Lime Green. HEX triplet: 2D, B6 and 35. RGB value is (45,182,53). Sum of RGB (Red+Green+Blue) = 45+182+53=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB635 is #D249CA. Grayscale: #7E7E7E. Windows color (decimal): -13781451 or 3520045. OLE color: 3520045.

HSL color Cylindrical-coordinate representation of color #2DB635: hue angle of 123.5º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB635 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB4518253-
CMYK0.7500.710.29
HSL123.5º60.35%44.51%-
HSV(B)123.5º75.27%71.37%-
XYZ18.4534.279.01-
YUV126.3386.6169.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 182 (71.48% from 255) = 65%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=16.07%
G=65%
B=18.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45182530.7500.710.29123.560.3544.51
Hex2DB6354B0471D7c3c2d
Octal55266651130107351747455
Binary10110110110110110101100101101000111111011111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,53); }

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

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

 a { background-color: rgb(45,182,53); }

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

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

 span { border-color: rgb(45,182,53); }

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