#30A935

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

Shades of Lime Green #30A935

Tints of Lime Green #30A935

Color information

#30A935 (or 0x30A935) is unknown color: approx Lime Green. HEX triplet: 30, A9 and 35. RGB value is (48,169,53). Sum of RGB (Red+Green+Blue) = 48+169+53=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 169 (66.41% from 255 or 62.59% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 169 - color contains mainly: green. Hex color #30A935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A935 is #CF56CA. Grayscale: #777777. Windows color (decimal): -13588171 or 3516720. OLE color: 3516720.

HSL color Cylindrical-coordinate representation of color #30A935: hue angle of 122.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A935 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB4816953-
CMYK0.7200.690.34
HSL122.48º55.76%42.55%-
HSV(B)122.48º71.6%66.27%-
XYZ16.0529.268.17-
YUV119.690.4176.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 169 (66.41% from 255) = 62.59%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=17.78%
G=62.59%
B=19.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal48169530.7200.690.34122.4855.7642.55
Hex30A93548045227a382b
Octal60251651100105421727053
Binary110000101010011101011001000010001011000101111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,53); }

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

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

 a { background-color: rgb(48,169,53); }

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

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

 span { border-color: rgb(48,169,53); }

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