#30BB26

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

Shades of Lime Green #30BB26

Tints of Lime Green #30BB26

Color information

#30BB26 (or 0x30BB26) is unknown color: approx Lime Green. HEX triplet: 30, BB and 26. RGB value is (48,187,38). Sum of RGB (Red+Green+Blue) = 48+187+38=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BB26 is #CF44D9. Grayscale: #808080. Windows color (decimal): -13583578 or 2538288. OLE color: 2538288.

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

Color convert

RGB4818738-
CMYK0.7400.800.27
HSL115.97º66.22%44.12%-
HSV(B)115.97º79.68%73.33%-
XYZ19.3436.317.82-
YUV128.4576.9570.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 187 (73.44% from 255) = 68.50%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=17.58%
G=68.50%
B=13.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48187380.7400.800.27115.9766.2244.12
Hex30BB264A0501B74422c
Octal602734611201203316410254
Binary110000101110111001101001010010100001101111101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,187,38); }

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

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

 a { background-color: rgb(48,187,38); }

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

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

 span { border-color: rgb(48,187,38); }

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