#2DB233

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

Shades of Lime Green #2DB233

Tints of Lime Green #2DB233

Color information

#2DB233 (or 0x2DB233) is unknown color: approx Lime Green. HEX triplet: 2D, B2 and 33. RGB value is (45,178,51). Sum of RGB (Red+Green+Blue) = 45+178+51=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 178 (69.92% from 255 or 64.96% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB233 is #D24DCC. Grayscale: #7C7C7C. Windows color (decimal): -13782477 or 3387949. OLE color: 3387949.

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

Color convert

RGB4517851-
CMYK0.7500.710.30
HSL122.71º59.64%43.73%-
HSV(B)122.71º74.72%69.8%-
XYZ17.632.648.5-
YUV123.7686.9471.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.42%
GREEN value IS 178 (69.92% from 255) = 64.96%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=16.42%
G=64.96%
B=18.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45178510.7500.710.30122.7159.6443.73
Hex2DB2334B0471E7b3c2c
Octal55262631130107361737454
Binary10110110110010110011100101101000111111101111011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,178,51); }

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

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

 a { background-color: rgb(45,178,51); }

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

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

 span { border-color: rgb(45,178,51); }

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