#2DB630

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

Shades of Lime Green #2DB630

Tints of Lime Green #2DB630

Color information

#2DB630 (or 0x2DB630) is unknown color: approx Lime Green. HEX triplet: 2D, B6 and 30. RGB value is (45,182,48). Sum of RGB (Red+Green+Blue) = 45+182+48=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 182 (71.48% from 255 or 66.18% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB630 is #D249CF. Grayscale: #7E7E7E. Windows color (decimal): -13781456 or 3192365. OLE color: 3192365.

HSL color Cylindrical-coordinate representation of color #2DB630: hue angle of 121.31º 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 #2DB630 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB4518248-
CMYK0.7500.740.29
HSL121.31º60.35%44.51%-
HSV(B)121.31º75.27%71.37%-
XYZ18.3434.238.44-
YUV125.7684.1170.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.36%
GREEN value IS 182 (71.48% from 255) = 66.18%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=16.36%
G=66.18%
B=17.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45182480.7500.740.29121.3160.3544.51
Hex2DB6304B04A1D793c2d
Octal55266601130112351717455
Binary10110110110110110000100101101001010111011111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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