#30BA3C

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

Shades of Lime Green #30BA3C

Tints of Lime Green #30BA3C

Color information

#30BA3C (or 0x30BA3C) is unknown color: approx Lime Green. HEX triplet: 30, BA and 3C. RGB value is (48,186,60). Sum of RGB (Red+Green+Blue) = 48+186+60=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA3C is #CF45C3. Grayscale: #828282. Windows color (decimal): -13583812 or 3979824. OLE color: 3979824.

HSL color Cylindrical-coordinate representation of color #30BA3C: hue angle of 125.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA3C is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB4818660-
CMYK0.7400.680.27
HSL125.22º58.97%45.88%-
HSV(B)125.22º74.19%72.94%-
XYZ19.5936.0710.2-
YUV130.3788.2869.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=16.33%
G=63.27%
B=20.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186600.7400.680.27125.2258.9745.88
Hex30BA3C4A0441B7d3b2e
Octal60272741120104331757356
Binary11000010111010111100100101001000100110111111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,60); }

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

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

 a { background-color: rgb(48,186,60); }

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

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

 span { border-color: rgb(48,186,60); }

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