#30C047

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

Shades of Lime Green #30C047

Tints of Lime Green #30C047

Color information

#30C047 (or 0x30C047) is unknown color: approx Lime Green. HEX triplet: 30, C0 and 47. RGB value is (48,192,71). Sum of RGB (Red+Green+Blue) = 48+192+71=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #30C047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C047 is #CF3FB8. Grayscale: #878787. Windows color (decimal): -13582265 or 4702256. OLE color: 4702256.

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

Color convert

RGB4819271-
CMYK0.7500.630.25
HSL129.58º60%47.06%-
HSV(B)129.58º75%75.29%-
XYZ21.2138.7812.33-
YUV135.1591.7965.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 192 (75.39% from 255) = 61.74%
BLUE value IS 71 (28.12% from 255) = 22.83%
R=15.43%
G=61.74%
B=22.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48192710.7500.630.25129.586047.06
Hex30C0474B03F19823c2f
Octal60300107113077312027457
Binary110000110000001000111100101101111111100110000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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