#33BD45

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

Shades of Lime Green #33BD45

Tints of Lime Green #33BD45

Color information

#33BD45 (or 0x33BD45) is unknown color: approx Lime Green. HEX triplet: 33, BD and 45. RGB value is (51,189,69). Sum of RGB (Red+Green+Blue) = 51+189+69=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD45 is #CC42BA. Grayscale: #868686. Windows color (decimal): -13386427 or 4570419. OLE color: 4570419.

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

Color convert

RGB5118969-
CMYK0.7300.630.26
HSL127.83º57.5%47.06%-
HSV(B)127.83º73.02%74.12%-
XYZ20.6437.5311.79-
YUV134.0691.2868.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 189 (74.22% from 255) = 61.17%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=16.50%
G=61.17%
B=22.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189690.7300.630.26127.8357.547.06
Hex33BD454903F1A803a2f
Octal63275105111077322007257
Binary110011101111011000101100100101111111101010000000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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