#30B641

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

Shades of Lime Green #30B641

Tints of Lime Green #30B641

Color information

#30B641 (or 0x30B641) is unknown color: approx Lime Green. HEX triplet: 30, B6 and 41. RGB value is (48,182,65). Sum of RGB (Red+Green+Blue) = 48+182+65=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #30B641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B641 is #CF49BE. Grayscale: #808080. Windows color (decimal): -13584831 or 4306480. OLE color: 4306480.

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

Color convert

RGB4818265-
CMYK0.7400.640.29
HSL127.61º58.26%45.1%-
HSV(B)127.61º73.63%71.37%-
XYZ18.934.4710.66-
YUV128.692.1170.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 182 (71.48% from 255) = 61.69%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=16.27%
G=61.69%
B=22.03%

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
Decimal48182650.7400.640.29127.6158.2645.1
Hex30B6414A0401D803a2d
Octal602661011120100352007255
Binary1100001011011010000011001010010000001110110000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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