#30AC38

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

Shades of Lime Green #30AC38

Tints of Lime Green #30AC38

Color information

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

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

Color convert

RGB4817256-
CMYK0.7200.670.33
HSL123.87º56.36%43.14%-
HSV(B)123.87º72.09%67.45%-
XYZ16.6930.428.73-
YUV121.790.9275.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48172560.7200.670.33123.8756.3643.14
Hex30AC3848043217c382b
Octal60254701100103411747053
Binary110000101011001110001001000010000111000011111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AC38; }

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

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

<style>
 a { background-color: #30AC38; }

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

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

<style>
 span { border-color: #30AC38; }

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

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