#38AA34

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

Shades of Lime Green #38AA34

Tints of Lime Green #38AA34

Color information

#38AA34 (or 0x38AA34) is unknown color: approx Lime Green. HEX triplet: 38, AA and 34. RGB value is (56,170,52). Sum of RGB (Red+Green+Blue) = 56+170+52=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA34 is #C755CB. Grayscale: #7A7A7A. Windows color (decimal): -13063628 or 3451448. OLE color: 3451448.

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

Color convert

RGB5617052-
CMYK0.6700.690.33
HSL117.97º53.15%43.53%-
HSV(B)117.97º69.41%66.67%-
XYZ16.6329.848.13-
YUV122.4688.2380.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 170 (66.80% from 255) = 61.15%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=20.14%
G=61.15%
B=18.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56170520.6700.690.33117.9753.1543.53
Hex38AA34430452176352c
Octal70252641030105411666554
Binary111000101010101101001000011010001011000011110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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