#30c640

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

Shades of Lime Green #30C640

Tints of Lime Green #30C640

Color information

#30C640 (or 0x30C640) is unknown color: approx Lime Green. HEX triplet: 30, C6 and 40. RGB value is (48,198,64). Sum of RGB (Red+Green+Blue) = 48+198+64=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #30C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C640 is #CF39BF. Grayscale: #8A8A8A. Windows color (decimal): -13580736 or 4245040. OLE color: 4245040.

HSL color Cylindrical-coordinate representation of color #30C640: hue angle of 126.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C640 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB4819864-
CMYK0.7600.680.22
HSL126.4º60.98%48.24%-
HSV(B)126.4º75.76%77.65%-
XYZ22.3441.3911.66-
YUV137.8786.363.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 198 (77.73% from 255) = 63.87%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=15.48%
G=63.87%
B=20.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal48198640.7600.680.22126.460.9848.24
Hex30C6404C044167e3d30
Octal603061001140104261767560
Binary110000110001101000000100110001000100101101111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30c640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,198,64); }

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

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

 a { background-color: rgb(48,198,64); }

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

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

 span { border-color: rgb(48,198,64); }

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