#33bf37

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

Shades of Lime Green #33BF37

Tints of Lime Green #33BF37

Color information

#33BF37 (or 0x33BF37) is unknown color: approx Lime Green. HEX triplet: 33, BF and 37. RGB value is (51,191,55). Sum of RGB (Red+Green+Blue) = 51+191+55=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF37 is #CC40C8. Grayscale: #868686. Windows color (decimal): -13385929 or 3653427. OLE color: 3653427.

HSL color Cylindrical-coordinate representation of color #33BF37: hue angle of 121.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BF37 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB5119155-
CMYK0.7300.710.25
HSL121.71º57.85%47.45%-
HSV(B)121.71º73.3%74.9%-
XYZ20.6938.249.91-
YUV133.6483.6269.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 191 (75% from 255) = 64.31%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=17.17%
G=64.31%
B=18.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191550.7300.710.25121.7157.8547.45
Hex33BF3749047197a3a2f
Octal63277671110107311727257
Binary11001110111111110111100100101000111110011111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33bf37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,55); }

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

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

 a { background-color: rgb(51,191,55); }

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

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

 span { border-color: rgb(51,191,55); }

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