#2BD330

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

Shades of Lime Green #2BD330

Tints of Lime Green #2BD330

Color information

#2BD330 (or 0x2BD330) is unknown color: approx Lime Green. HEX triplet: 2B, D3 and 30. RGB value is (43,211,48). Sum of RGB (Red+Green+Blue) = 43+211+48=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 211 (82.81% from 255 or 69.87% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD330 is #D42CCF. Grayscale: #8E8E8E. Windows color (decimal): -13905104 or 3199787. OLE color: 3199787.

HSL color Cylindrical-coordinate representation of color #2BD330: hue angle of 121.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD330 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB4321148-
CMYK0.8000.770.17
HSL121.79º66.14%49.8%-
HSV(B)121.79º79.62%82.75%-
XYZ24.8247.3210.62-
YUV142.1974.8457.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.24%
GREEN value IS 211 (82.81% from 255) = 69.87%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=14.24%
G=69.87%
B=15.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43211480.8000.770.17121.7966.1449.8
Hex2BD3305004D117a4232
Octal533236012001152117210262
Binary101011110100111100001010000010011011000111110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,211,48); }

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

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

 a { background-color: rgb(43,211,48); }

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

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

 span { border-color: rgb(43,211,48); }

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