#33BD2B

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

Shades of Lime Green #33BD2B

Tints of Lime Green #33BD2B

Color information

#33BD2B (or 0x33BD2B) is unknown color: approx Lime Green. HEX triplet: 33, BD and 2B. RGB value is (51,189,43). Sum of RGB (Red+Green+Blue) = 51+189+43=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 189 (74.22% from 255 or 66.78% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD2B is #CC42D4. Grayscale: #838383. Windows color (decimal): -13386453 or 2866483. OLE color: 2866483.

HSL color Cylindrical-coordinate representation of color #33BD2B: hue angle of 116.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BD2B is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB5118943-
CMYK0.7300.770.26
HSL116.71º62.93%45.49%-
HSV(B)116.71º77.25%74.12%-
XYZ2037.278.43-
YUV131.0978.2870.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 189 (74.22% from 255) = 66.78%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=18.02%
G=66.78%
B=15.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189430.7300.770.26116.7162.9345.49
Hex33BD2B4904D1A753f2d
Octal63275531110115321657755
Binary11001110111101101011100100101001101110101110101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33BD2B; }

 p { color: rgb(51,189,43); }

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

<style>
 a { background-color: #33BD2B; }

 a { background-color: rgb(51,189,43); }

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

<style>
 span { border-color: #33BD2B; }

 span { border-color: rgb(51,189,43); }

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