#38AB30

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

Shades of Lime Green #38AB30

Tints of Lime Green #38AB30

Color information

#38AB30 (or 0x38AB30) is unknown color: approx Lime Green. HEX triplet: 38, AB and 30. RGB value is (56,171,48). Sum of RGB (Red+Green+Blue) = 56+171+48=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB30 is #C754CF. Grayscale: #7A7A7A. Windows color (decimal): -13063376 or 3189560. OLE color: 3189560.

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

Color convert

RGB5617148-
CMYK0.6700.720.33
HSL116.1º56.16%42.94%-
HSV(B)116.1º71.93%67.06%-
XYZ16.7330.187.74-
YUV122.5985.980.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 171 (67.19% from 255) = 62.18%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=20.36%
G=62.18%
B=17.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56171480.6700.720.33116.156.1642.94
Hex38AB30430482174382b
Octal70253601030110411647053
Binary111000101010111100001000011010010001000011110100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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