#30BA24

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

Shades of Lime Green #30BA24

Tints of Lime Green #30BA24

Color information

#30BA24 (or 0x30BA24) is unknown color: approx Lime Green. HEX triplet: 30, BA and 24. RGB value is (48,186,36). Sum of RGB (Red+Green+Blue) = 48+186+36=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA24 is #CF45DB. Grayscale: #808080. Windows color (decimal): -13583836 or 2406960. OLE color: 2406960.

HSL color Cylindrical-coordinate representation of color #30BA24: hue angle of 115.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BA24 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB4818636-
CMYK0.7400.810.27
HSL115.2º67.57%43.53%-
HSV(B)115.2º80.65%72.94%-
XYZ19.135.877.59-
YUV127.6476.2871.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 186 (73.05% from 255) = 68.89%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=17.78%
G=68.89%
B=13.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186360.7400.810.27115.267.5743.53
Hex30BA244A0511B73442c
Octal602724411201213316310454
Binary110000101110101001001001010010100011101111100111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,36); }

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

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

 a { background-color: rgb(48,186,36); }

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

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

 span { border-color: rgb(48,186,36); }

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