#33B938

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

Shades of Lime Green #33B938

Tints of Lime Green #33B938

Color information

#33B938 (or 0x33B938) is unknown color: approx Lime Green. HEX triplet: 33, B9 and 38. RGB value is (51,185,56). Sum of RGB (Red+Green+Blue) = 51+185+56=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #33B938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B938 is #CC46C7. Grayscale: #828282. Windows color (decimal): -13387464 or 3717427. OLE color: 3717427.

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

Color convert

RGB5118556-
CMYK0.7200.700.27
HSL122.24º56.78%46.27%-
HSV(B)122.24º72.43%72.55%-
XYZ19.4335.699.61-
YUV130.2386.1171.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 185 (72.66% from 255) = 63.36%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=17.47%
G=63.36%
B=19.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51185560.7200.700.27122.2456.7846.27
Hex33B938480461B7a392e
Octal63271701100106331727156
Binary11001110111001111000100100001000110110111111010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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