#33BE46

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

Shades of Lime Green #33BE46

Tints of Lime Green #33BE46

Color information

#33BE46 (or 0x33BE46) is unknown color: approx Lime Green. HEX triplet: 33, BE and 46. RGB value is (51,190,70). Sum of RGB (Red+Green+Blue) = 51+190+70=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BE46 is #CC41B9. Grayscale: #878787. Windows color (decimal): -13386170 or 4636211. OLE color: 4636211.

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

Color convert

RGB5119070-
CMYK0.7300.630.25
HSL128.2º57.68%47.25%-
HSV(B)128.2º73.16%74.51%-
XYZ20.8837.9712.02-
YUV134.7691.4568.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 190 (74.61% from 255) = 61.09%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=16.40%
G=61.09%
B=22.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51190700.7300.630.25128.257.6847.25
Hex33BE464903F19803a2f
Octal63276106111077312007257
Binary110011101111101000110100100101111111100110000000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,190,70); }

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

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

 a { background-color: rgb(51,190,70); }

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

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

 span { border-color: rgb(51,190,70); }

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