#38ac30

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

Shades of Lime Green #38AC30

Tints of Lime Green #38AC30

Color information

#38AC30 (or 0x38AC30) is unknown color: approx Lime Green. HEX triplet: 38, AC and 30. RGB value is (56,172,48). Sum of RGB (Red+Green+Blue) = 56+172+48=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AC30 is #C753CF. Grayscale: #7B7B7B. Windows color (decimal): -13063120 or 3189816. OLE color: 3189816.

HSL color Cylindrical-coordinate representation of color #38AC30: hue angle of 116.13º 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 #38AC30 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB5617248-
CMYK0.6700.720.33
HSL116.13º56.36%43.14%-
HSV(B)116.13º72.09%67.45%-
XYZ16.9230.567.8-
YUV123.1885.5780.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 172 (67.58% from 255) = 62.32%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=20.29%
G=62.32%
B=17.39%

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
Decimal56172480.6700.720.33116.1356.3643.14
Hex38AC30430482174382b
Octal70254601030110411647053
Binary111000101011001100001000011010010001000011110100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ac30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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