#30B42C

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

Shades of Lime Green #30B42C

Tints of Lime Green #30B42C

Color information

#30B42C (or 0x30B42C) is unknown color: approx Lime Green. HEX triplet: 30, B4 and 2C. RGB value is (48,180,44). Sum of RGB (Red+Green+Blue) = 48+180+44=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #30B42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B42C is #CF4BD3. Grayscale: #7D7D7D. Windows color (decimal): -13585364 or 2929712. OLE color: 2929712.

HSL color Cylindrical-coordinate representation of color #30B42C: hue angle of 118.24º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30B42C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB4818044-
CMYK0.7300.760.29
HSL118.24º60.71%43.92%-
HSV(B)118.24º75.56%70.59%-
XYZ17.9933.457.89-
YUV125.0382.2773.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 180 (70.70% from 255) = 66.18%
BLUE value IS 44 (17.58% from 255) = 16.18%
R=17.65%
G=66.18%
B=16.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180440.7300.760.29118.2460.7143.92
Hex30B42C4904C1D763d2c
Octal60264541110114351667554
Binary11000010110100101100100100101001100111011110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,44); }

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

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

 a { background-color: rgb(48,180,44); }

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

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

 span { border-color: rgb(48,180,44); }

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