#33AB38

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

Shades of Lime Green #33AB38

Tints of Lime Green #33AB38

Color information

#33AB38 (or 0x33AB38) is unknown color: approx Lime Green. HEX triplet: 33, AB and 38. RGB value is (51,171,56). Sum of RGB (Red+Green+Blue) = 51+171+56=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AB38 is #CC54C7. Grayscale: #7A7A7A. Windows color (decimal): -13391048 or 3713843. OLE color: 3713843.

HSL color Cylindrical-coordinate representation of color #33AB38: hue angle of 122.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB38 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB5117156-
CMYK0.7000.670.33
HSL122.5º54.05%43.53%-
HSV(B)122.5º70.18%67.06%-
XYZ16.6430.128.68-
YUV122.0190.7477.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.35%
GREEN value IS 171 (67.19% from 255) = 61.51%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=18.35%
G=61.51%
B=20.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51171560.7000.670.33122.554.0543.53
Hex33AB3846043217a362c
Octal63253701060103411726654
Binary110011101010111110001000110010000111000011111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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