#33B92C

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

Shades of Lime Green #33B92C

Tints of Lime Green #33B92C

Color information

#33B92C (or 0x33B92C) is unknown color: approx Lime Green. HEX triplet: 33, B9 and 2C. RGB value is (51,185,44). Sum of RGB (Red+Green+Blue) = 51+185+44=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 185 (72.66% from 255 or 66.07% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 185 - color contains mainly: green. Hex color #33B92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B92C is #CC46D3. Grayscale: #818181. Windows color (decimal): -13387476 or 2930995. OLE color: 2930995.

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

Color convert

RGB5118544-
CMYK0.7200.760.27
HSL117.02º61.57%44.9%-
HSV(B)117.02º76.22%72.55%-
XYZ19.1735.588.24-
YUV128.8680.1172.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 185 (72.66% from 255) = 66.07%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=18.21%
G=66.07%
B=15.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185440.7200.760.27117.0261.5744.9
Hex33B92C4804C1B753e2d
Octal63271541100114331657655
Binary11001110111001101100100100001001100110111110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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