#30B93B

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

Shades of Lime Green #30B93B

Tints of Lime Green #30B93B

Color information

#30B93B (or 0x30B93B) is unknown color: approx Lime Green. HEX triplet: 30, B9 and 3B. RGB value is (48,185,59). Sum of RGB (Red+Green+Blue) = 48+185+59=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #30B93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B93B is #CF46C4. Grayscale: #828282. Windows color (decimal): -13584069 or 3914032. OLE color: 3914032.

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

Color convert

RGB4818559-
CMYK0.7400.680.27
HSL124.82º58.8%45.69%-
HSV(B)124.82º74.05%72.55%-
XYZ19.3635.6410-
YUV129.6788.1169.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 185 (72.66% from 255) = 63.36%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=16.44%
G=63.36%
B=20.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48185590.7400.680.27124.8258.845.69
Hex30B93B4A0441B7d3b2e
Octal60271731120104331757356
Binary11000010111001111011100101001000100110111111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,185,59); }

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

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

 a { background-color: rgb(48,185,59); }

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

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

 span { border-color: rgb(48,185,59); }

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