#30B82A

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

Shades of Lime Green #30B82A

Tints of Lime Green #30B82A

Color information

#30B82A (or 0x30B82A) is unknown color: approx Lime Green. HEX triplet: 30, B8 and 2A. RGB value is (48,184,42). Sum of RGB (Red+Green+Blue) = 48+184+42=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #30B82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B82A is #CF47D5. Grayscale: #7F7F7F. Windows color (decimal): -13584342 or 2799664. OLE color: 2799664.

HSL color Cylindrical-coordinate representation of color #30B82A: hue angle of 117.46º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30B82A is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB4818442-
CMYK0.7400.770.28
HSL117.46º62.83%44.31%-
HSV(B)117.46º77.17%72.16%-
XYZ18.7835.087.97-
YUV127.1579.9471.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 184 (72.27% from 255) = 67.15%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=17.52%
G=67.15%
B=15.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184420.7400.770.28117.4662.8344.31
Hex30B82A4A04D1C753f2c
Octal60270521120115341657754
Binary11000010111000101010100101001001101111001110101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,184,42); }

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

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

 a { background-color: rgb(48,184,42); }

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

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

 span { border-color: rgb(48,184,42); }

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