#30C538

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

Shades of Lime Green #30C538

Tints of Lime Green #30C538

Color information

#30C538 (or 0x30C538) is unknown color: approx Lime Green. HEX triplet: 30, C5 and 38. RGB value is (48,197,56). Sum of RGB (Red+Green+Blue) = 48+197+56=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #30C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C538 is #CF3AC7. Grayscale: #888888. Windows color (decimal): -13581000 or 3720496. OLE color: 3720496.

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

Color convert

RGB4819756-
CMYK0.7600.720.23
HSL123.22º60.82%48.04%-
HSV(B)123.22º75.63%77.25%-
XYZ21.940.8510.47-
YUV136.3882.6464.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 197 (77.34% from 255) = 65.45%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=15.95%
G=65.45%
B=18.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48197560.7600.720.23123.2260.8248.04
Hex30C5384C048177b3d30
Octal60305701140110271737560
Binary11000011000101111000100110001001000101111111011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,197,56); }

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

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

 a { background-color: rgb(48,197,56); }

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

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

 span { border-color: rgb(48,197,56); }

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