#30C536

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

Shades of Lime Green #30C536

Tints of Lime Green #30C536

Color information

#30C536 (or 0x30C536) is unknown color: approx Lime Green. HEX triplet: 30, C5 and 36. RGB value is (48,197,54). Sum of RGB (Red+Green+Blue) = 48+197+54=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #30C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C536 is #CF3AC9. Grayscale: #888888. Windows color (decimal): -13581002 or 3589424. OLE color: 3589424.

HSL color Cylindrical-coordinate representation of color #30C536: hue angle of 122.42º 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 #30C536 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB4819754-
CMYK0.7600.730.23
HSL122.42º60.82%48.04%-
HSV(B)122.42º75.63%77.25%-
XYZ21.8540.8310.22-
YUV136.1581.6465.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 197 (77.34% from 255) = 65.89%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=16.05%
G=65.89%
B=18.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48197540.7600.730.23122.4260.8248.04
Hex30C5364C049177a3d30
Octal60305661140111271727560
Binary11000011000101110110100110001001001101111111010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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