#30B42F

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

Shades of Lime Green #30B42F

Tints of Lime Green #30B42F

Color information

#30B42F (or 0x30B42F) is unknown color: approx Lime Green. HEX triplet: 30, B4 and 2F. RGB value is (48,180,47). Sum of RGB (Red+Green+Blue) = 48+180+47=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #30B42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B42F is #CF4BD0. Grayscale: #7D7D7D. Windows color (decimal): -13585361 or 3126320. OLE color: 3126320.

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

Color convert

RGB4818047-
CMYK0.7300.740.29
HSL119.55º58.59%44.51%-
HSV(B)119.55º73.89%70.59%-
XYZ18.0533.488.2-
YUV125.3783.7772.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 180 (70.70% from 255) = 65.45%
BLUE value IS 47 (18.75% from 255) = 17.09%
R=17.45%
G=65.45%
B=17.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180470.7300.740.29119.5558.5944.51
Hex30B42F4904A1D783b2d
Octal60264571110112351707355
Binary11000010110100101111100100101001010111011111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,47); }

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

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

 a { background-color: rgb(48,180,47); }

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

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

 span { border-color: rgb(48,180,47); }

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