#30B12D

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

Shades of Lime Green #30B12D

Tints of Lime Green #30B12D

Color information

#30B12D (or 0x30B12D) is unknown color: approx Lime Green. HEX triplet: 30, B1 and 2D. RGB value is (48,177,45). Sum of RGB (Red+Green+Blue) = 48+177+45=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #30B12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B12D is #CF4ED2. Grayscale: #7B7B7B. Windows color (decimal): -13586131 or 2994480. OLE color: 2994480.

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

Color convert

RGB4817745-
CMYK0.7300.750.31
HSL118.64º59.46%43.53%-
HSV(B)118.64º74.58%69.41%-
XYZ17.4132.267.79-
YUV123.3883.7674.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 177 (69.53% from 255) = 65.56%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=17.78%
G=65.56%
B=16.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48177450.7300.750.31118.6459.4643.53
Hex30B12D4904B1F773b2c
Octal60261551110113371677354
Binary11000010110001101101100100101001011111111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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