#2DB430

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

Shades of Lime Green #2DB430

Tints of Lime Green #2DB430

Color information

#2DB430 (or 0x2DB430) is unknown color: approx Lime Green. HEX triplet: 2D, B4 and 30. RGB value is (45,180,48). Sum of RGB (Red+Green+Blue) = 45+180+48=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB430 is #D24BCF. Grayscale: #7C7C7C. Windows color (decimal): -13781968 or 3191853. OLE color: 3191853.

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

Color convert

RGB4518048-
CMYK0.7500.730.29
HSL121.33º60%44.12%-
HSV(B)121.33º75%70.59%-
XYZ17.9433.418.3-
YUV124.5984.7771.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.48%
GREEN value IS 180 (70.70% from 255) = 65.93%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=16.48%
G=65.93%
B=17.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45180480.7500.730.29121.336044.12
Hex2DB4304B0491D793c2c
Octal55264601130111351717454
Binary10110110110100110000100101101001001111011111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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