#30B633

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

Shades of Lime Green #30B633

Tints of Lime Green #30B633

Color information

#30B633 (or 0x30B633) is unknown color: approx Lime Green. HEX triplet: 30, B6 and 33. RGB value is (48,182,51). Sum of RGB (Red+Green+Blue) = 48+182+51=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 182 (71.48% from 255 or 64.77% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 182 - color contains mainly: green. Hex color #30B633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B633 is #CF49CC. Grayscale: #7F7F7F. Windows color (decimal): -13584845 or 3388976. OLE color: 3388976.

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

Color convert

RGB4818251-
CMYK0.7400.720.29
HSL121.34º58.26%45.1%-
HSV(B)121.34º73.63%71.37%-
XYZ18.5434.328.78-
YUV12785.1171.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 182 (71.48% from 255) = 64.77%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=17.08%
G=64.77%
B=18.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48182510.7400.720.29121.3458.2645.1
Hex30B6334A0481D793a2d
Octal60266631120110351717255
Binary11000010110110110011100101001001000111011111001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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