#30B43F

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

Shades of Lime Green #30B43F

Tints of Lime Green #30B43F

Color information

#30B43F (or 0x30B43F) is unknown color: approx Lime Green. HEX triplet: 30, B4 and 3F. RGB value is (48,180,63). Sum of RGB (Red+Green+Blue) = 48+180+63=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #30B43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B43F is #CF4BC0. Grayscale: #7F7F7F. Windows color (decimal): -13585345 or 4174896. OLE color: 4174896.

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

Color convert

RGB4818063-
CMYK0.7300.650.29
HSL126.82º57.89%44.71%-
HSV(B)126.82º73.33%70.59%-
XYZ18.4433.6310.22-
YUV127.1991.7771.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 180 (70.70% from 255) = 61.86%
BLUE value IS 63 (25% from 255) = 21.65%
R=16.49%
G=61.86%
B=21.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180630.7300.650.29126.8257.8944.71
Hex30B43F490411D7f3a2d
Octal60264771110101351777255
Binary11000010110100111111100100101000001111011111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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