#30C02C

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

Shades of Lime Green #30C02C

Tints of Lime Green #30C02C

Color information

#30C02C (or 0x30C02C) is unknown color: approx Lime Green. HEX triplet: 30, C0 and 2C. RGB value is (48,192,44). Sum of RGB (Red+Green+Blue) = 48+192+44=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #30C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C02C is #CF3FD3. Grayscale: #848484. Windows color (decimal): -13582292 or 2932784. OLE color: 2932784.

HSL color Cylindrical-coordinate representation of color #30C02C: hue angle of 118.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C02C is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB4819244-
CMYK0.7500.770.25
HSL118.38º62.71%46.27%-
HSV(B)118.38º77.08%75.29%-
XYZ20.5238.518.73-
YUV132.0778.2968.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 192 (75.39% from 255) = 67.61%
BLUE value IS 44 (17.58% from 255) = 15.49%
R=16.90%
G=67.61%
B=15.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48192440.7500.770.25118.3862.7146.27
Hex30C02C4B04D19763f2e
Octal60300541130115311667756
Binary11000011000000101100100101101001101110011110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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