#30B642

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

Shades of Lime Green #30B642

Tints of Lime Green #30B642

Color information

#30B642 (or 0x30B642) is unknown color: approx Lime Green. HEX triplet: 30, B6 and 42. RGB value is (48,182,66). Sum of RGB (Red+Green+Blue) = 48+182+66=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 182 (71.48% from 255 or 61.49% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 182 - color contains mainly: green. Hex color #30B642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B642 is #CF49BD. Grayscale: #818181. Windows color (decimal): -13584830 or 4372016. OLE color: 4372016.

HSL color Cylindrical-coordinate representation of color #30B642: hue angle of 128.06º degrees, saturation: 0.58, 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 #30B642 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB4818266-
CMYK0.7400.640.29
HSL128.06º58.26%45.1%-
HSV(B)128.06º73.63%71.37%-
XYZ18.9334.4810.81-
YUV128.7192.6170.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 182 (71.48% from 255) = 61.49%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=16.22%
G=61.49%
B=22.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48182660.7400.640.29128.0658.2645.1
Hex30B6424A0401D803a2d
Octal602661021120100352007255
Binary1100001011011010000101001010010000001110110000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,182,66); }

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

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

 a { background-color: rgb(48,182,66); }

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

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

 span { border-color: rgb(48,182,66); }

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