#33BD2D

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

Shades of Lime Green #33BD2D

Tints of Lime Green #33BD2D

Color information

#33BD2D (or 0x33BD2D) is unknown color: approx Lime Green. HEX triplet: 33, BD and 2D. RGB value is (51,189,45). Sum of RGB (Red+Green+Blue) = 51+189+45=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD2D is #CC42D2. Grayscale: #838383. Windows color (decimal): -13386451 or 2997555. OLE color: 2997555.

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

Color convert

RGB5118945-
CMYK0.7300.760.26
HSL117.5º61.54%45.88%-
HSV(B)117.5º76.19%74.12%-
XYZ20.0437.298.62-
YUV131.3279.2870.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 189 (74.22% from 255) = 66.32%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=17.89%
G=66.32%
B=15.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189450.7300.760.26117.561.5445.88
Hex33BD2D4904C1A763e2e
Octal63275551110114321667656
Binary11001110111101101101100100101001100110101110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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