#33BD42

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

Shades of Lime Green #33BD42

Tints of Lime Green #33BD42

Color information

#33BD42 (or 0x33BD42) is unknown color: approx Lime Green. HEX triplet: 33, BD and 42. RGB value is (51,189,66). Sum of RGB (Red+Green+Blue) = 51+189+66=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD42 is #CC42BD. Grayscale: #868686. Windows color (decimal): -13386430 or 4373811. OLE color: 4373811.

HSL color Cylindrical-coordinate representation of color #33BD42: hue angle of 126.52º 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 #33BD42 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB5118966-
CMYK0.7300.650.26
HSL126.52º57.5%47.06%-
HSV(B)126.52º73.02%74.12%-
XYZ20.5537.4911.31-
YUV133.7289.7869-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 189 (74.22% from 255) = 61.76%
BLUE value IS 66 (26.17% from 255) = 21.57%
R=16.67%
G=61.76%
B=21.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189660.7300.650.26126.5257.547.06
Hex33BD42490411A7f3a2f
Octal632751021110101321777257
Binary110011101111011000010100100101000001110101111111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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