#38AA33

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

Shades of Lime Green #38AA33

Tints of Lime Green #38AA33

Color information

#38AA33 (or 0x38AA33) is unknown color: approx Lime Green. HEX triplet: 38, AA and 33. RGB value is (56,170,51). Sum of RGB (Red+Green+Blue) = 56+170+51=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA33 is #C755CC. Grayscale: #7A7A7A. Windows color (decimal): -13063629 or 3385912. OLE color: 3385912.

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

Color convert

RGB5617051-
CMYK0.6700.70.33
HSL117.48º53.85%43.33%-
HSV(B)117.48º70%66.67%-
XYZ16.629.838.01-
YUV122.3587.7380.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 170 (66.80% from 255) = 61.37%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=20.22%
G=61.37%
B=18.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170510.6700.70.33117.4853.8543.33
Hex38AA33430462175362b
Octal70252631030106411656653
Binary111000101010101100111000011010001101000011110101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AA33; }

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

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

<style>
 a { background-color: #38AA33; }

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

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

<style>
 span { border-color: #38AA33; }

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

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