#33BF3E

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

Shades of Lime Green #33BF3E

Tints of Lime Green #33BF3E

Color information

#33BF3E (or 0x33BF3E) is unknown color: approx Lime Green. HEX triplet: 33, BF and 3E. RGB value is (51,191,62). Sum of RGB (Red+Green+Blue) = 51+191+62=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 191 (75% from 255 or 62.83% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BF3E is #CC40C1. Grayscale: #868686. Windows color (decimal): -13385922 or 4112179. OLE color: 4112179.

HSL color Cylindrical-coordinate representation of color #33BF3E: hue angle of 124.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 #33BF3E is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB5119162-
CMYK0.7300.680.25
HSL124.71º57.85%47.45%-
HSV(B)124.71º73.3%74.9%-
XYZ20.8738.3110.85-
YUV134.4387.1268.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 191 (75% from 255) = 62.83%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=16.78%
G=62.83%
B=20.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51191620.7300.680.25124.7157.8547.45
Hex33BF3E49044197d3a2f
Octal63277761110104311757257
Binary11001110111111111110100100101000100110011111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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