#30B634

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

Shades of Lime Green #30B634

Tints of Lime Green #30B634

Color information

#30B634 (or 0x30B634) is unknown color: approx Lime Green. HEX triplet: 30, B6 and 34. RGB value is (48,182,52). Sum of RGB (Red+Green+Blue) = 48+182+52=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 182 (71.48% from 255 or 64.54% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 182 - color contains mainly: green. Hex color #30B634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B634 is #CF49CB. Grayscale: #7F7F7F. Windows color (decimal): -13584844 or 3454512. OLE color: 3454512.

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

Color convert

RGB4818252-
CMYK0.7400.710.29
HSL121.79º58.26%45.1%-
HSV(B)121.79º73.63%71.37%-
XYZ18.5734.338.9-
YUV127.1185.6171.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 182 (71.48% from 255) = 64.54%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=17.02%
G=64.54%
B=18.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48182520.7400.710.29121.7958.2645.1
Hex30B6344A0471D7a3a2d
Octal60266641120107351727255
Binary11000010110110110100100101001000111111011111010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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