#30AD36

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

Shades of Lime Green #30AD36

Tints of Lime Green #30AD36

Color information

#30AD36 (or 0x30AD36) is unknown color: approx Lime Green. HEX triplet: 30, AD and 36. RGB value is (48,173,54). Sum of RGB (Red+Green+Blue) = 48+173+54=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 173 (67.97% from 255 or 62.91% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AD36 is #CF52C9. Grayscale: #7A7A7A. Windows color (decimal): -13587146 or 3583280. OLE color: 3583280.

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

Color convert

RGB4817354-
CMYK0.7200.690.32
HSL122.88º56.56%43.33%-
HSV(B)122.88º72.25%67.84%-
XYZ16.8330.788.54-
YUV122.0689.5975.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 173 (67.97% from 255) = 62.91%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=17.45%
G=62.91%
B=19.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48173540.7200.690.32122.8856.5643.33
Hex30AD3648045207b392b
Octal60255661100105401737153
Binary110000101011011101101001000010001011000001111011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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