#30BA42

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

Shades of Lime Green #30BA42

Tints of Lime Green #30BA42

Color information

#30BA42 (or 0x30BA42) is unknown color: approx Lime Green. HEX triplet: 30, BA and 42. RGB value is (48,186,66). Sum of RGB (Red+Green+Blue) = 48+186+66=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA42 is #CF45BD. Grayscale: #838383. Windows color (decimal): -13583806 or 4373040. OLE color: 4373040.

HSL color Cylindrical-coordinate representation of color #30BA42: hue angle of 127.83º 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 #30BA42 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB4818666-
CMYK0.7400.650.27
HSL127.83º58.97%45.88%-
HSV(B)127.83º74.19%72.94%-
XYZ19.7636.1411.09-
YUV131.0691.2868.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 186 (73.05% from 255) = 62%
BLUE value IS 66 (26.17% from 255) = 22%
R=16%
G=62%
B=22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186660.7400.650.27127.8358.9745.88
Hex30BA424A0411B803b2e
Octal602721021120101332007356
Binary1100001011101010000101001010010000011101110000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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