#30B134

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

Shades of Lime Green #30B134

Tints of Lime Green #30B134

Color information

#30B134 (or 0x30B134) is unknown color: approx Lime Green. HEX triplet: 30, B1 and 34. RGB value is (48,177,52). Sum of RGB (Red+Green+Blue) = 48+177+52=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #30B134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B134 is #CF4ECB. Grayscale: #7C7C7C. Windows color (decimal): -13586124 or 3453232. OLE color: 3453232.

HSL color Cylindrical-coordinate representation of color #30B134: hue angle of 121.86º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B134 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB4817752-
CMYK0.7300.710.31
HSL121.86º57.33%44.12%-
HSV(B)121.86º72.88%69.41%-
XYZ17.5632.328.56-
YUV124.1887.2673.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 177 (69.53% from 255) = 63.90%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=17.33%
G=63.90%
B=18.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48177520.7300.710.31121.8657.3344.12
Hex30B134490471F7a392c
Octal60261641110107371727154
Binary11000010110001110100100100101000111111111111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,52); }

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

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

 a { background-color: rgb(48,177,52); }

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

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

 span { border-color: rgb(48,177,52); }

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