#38AB32

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

Shades of Lime Green #38AB32

Tints of Lime Green #38AB32

Color information

#38AB32 (or 0x38AB32) is unknown color: approx Lime Green. HEX triplet: 38, AB and 32. RGB value is (56,171,50). Sum of RGB (Red+Green+Blue) = 56+171+50=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB32 is #C754CD. Grayscale: #7B7B7B. Windows color (decimal): -13063374 or 3320632. OLE color: 3320632.

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

Color convert

RGB5617150-
CMYK0.6700.710.33
HSL117.02º54.75%43.33%-
HSV(B)117.02º70.76%67.06%-
XYZ16.7730.27.96-
YUV122.8286.980.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 171 (67.19% from 255) = 61.73%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=20.22%
G=61.73%
B=18.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171500.6700.710.33117.0254.7543.33
Hex38AB32430472175372b
Octal70253621030107411656753
Binary111000101010111100101000011010001111000011110101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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