#30BA2A

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

Shades of Lime Green #30BA2A

Tints of Lime Green #30BA2A

Color information

#30BA2A (or 0x30BA2A) is unknown color: approx Lime Green. HEX triplet: 30, BA and 2A. RGB value is (48,186,42). Sum of RGB (Red+Green+Blue) = 48+186+42=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA2A is #CF45D5. Grayscale: #808080. Windows color (decimal): -13583830 or 2800176. OLE color: 2800176.

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

Color convert

RGB4818642-
CMYK0.7400.770.27
HSL117.5º63.16%44.71%-
HSV(B)117.5º77.42%72.94%-
XYZ19.235.918.11-
YUV128.3279.2870.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=17.39%
G=67.39%
B=15.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186420.7400.770.27117.563.1644.71
Hex30BA2A4A04D1B763f2d
Octal60272521120115331667755
Binary11000010111010101010100101001001101110111110110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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