#33B92F

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

Shades of Lime Green #33B92F

Tints of Lime Green #33B92F

Color information

#33B92F (or 0x33B92F) is unknown color: approx Lime Green. HEX triplet: 33, B9 and 2F. RGB value is (51,185,47). Sum of RGB (Red+Green+Blue) = 51+185+47=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #33B92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B92F is #CC46D0. Grayscale: #818181. Windows color (decimal): -13387473 or 3127603. OLE color: 3127603.

HSL color Cylindrical-coordinate representation of color #33B92F: hue angle of 118.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33B92F is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB5118547-
CMYK0.7200.750.27
HSL118.26º59.48%45.49%-
HSV(B)118.26º74.59%72.55%-
XYZ19.2335.618.55-
YUV129.281.6172.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 185 (72.66% from 255) = 65.37%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=18.02%
G=65.37%
B=16.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185470.7200.750.27118.2659.4845.49
Hex33B92F4804B1B763b2d
Octal63271571100113331667355
Binary11001110111001101111100100001001011110111110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,185,47); }

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

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

 a { background-color: rgb(51,185,47); }

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

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

 span { border-color: rgb(51,185,47); }

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