#30c142

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

Shades of Lime Green #30C142

Tints of Lime Green #30C142

Color information

#30C142 (or 0x30C142) is unknown color: approx Lime Green. HEX triplet: 30, C1 and 42. RGB value is (48,193,66). Sum of RGB (Red+Green+Blue) = 48+193+66=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #30C142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C142 is #CF3EBD. Grayscale: #878787. Windows color (decimal): -13582014 or 4374832. OLE color: 4374832.

HSL color Cylindrical-coordinate representation of color #30C142: hue angle of 127.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C142 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB4819366-
CMYK0.7500.660.24
HSL127.45º60.17%47.25%-
HSV(B)127.45º75.13%75.69%-
XYZ21.2739.1611.59-
YUV135.1788.9665.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 193 (75.78% from 255) = 62.87%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=15.64%
G=62.87%
B=21.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48193660.7500.660.24127.4560.1747.25
Hex30C1424B042187f3c2f
Octal603011021130102301777457
Binary110000110000011000010100101101000010110001111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30c142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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