#30B832

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

Shades of Lime Green #30B832

Tints of Lime Green #30B832

Color information

#30B832 (or 0x30B832) is unknown color: approx Lime Green. HEX triplet: 30, B8 and 32. RGB value is (48,184,50). Sum of RGB (Red+Green+Blue) = 48+184+50=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 184 (72.27% from 255 or 65.25% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 184 - color contains mainly: green. Hex color #30B832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B832 is #CF47CD. Grayscale: #808080. Windows color (decimal): -13584334 or 3323952. OLE color: 3323952.

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

Color convert

RGB4818450-
CMYK0.7400.730.28
HSL120.88º58.62%45.49%-
HSV(B)120.88º73.91%72.16%-
XYZ18.9435.148.8-
YUV128.0683.9470.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 184 (72.27% from 255) = 65.25%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=17.02%
G=65.25%
B=17.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48184500.7400.730.28120.8858.6245.49
Hex30B8324A0491C793b2d
Octal60270621120111341717355
Binary11000010111000110010100101001001001111001111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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