#30B341

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

Shades of Lime Green #30B341

Tints of Lime Green #30B341

Color information

#30B341 (or 0x30B341) is unknown color: approx Lime Green. HEX triplet: 30, B3 and 41. RGB value is (48,179,65). Sum of RGB (Red+Green+Blue) = 48+179+65=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #30B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B341 is #CF4CBE. Grayscale: #7F7F7F. Windows color (decimal): -13585599 or 4305712. OLE color: 4305712.

HSL color Cylindrical-coordinate representation of color #30B341: hue angle of 127.79º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B341 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB4817965-
CMYK0.7300.640.30
HSL127.79º57.71%44.51%-
HSV(B)127.79º73.18%70.2%-
XYZ18.2933.2510.45-
YUV126.8493.171.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 179 (70.31% from 255) = 61.30%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=16.44%
G=61.30%
B=22.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48179650.7300.640.30127.7957.7144.51
Hex30B341490401E803a2d
Octal602631011110100362007255
Binary1100001011001110000011001001010000001111010000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,179,65); }

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

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

 a { background-color: rgb(48,179,65); }

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

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

 span { border-color: rgb(48,179,65); }

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