#30BE28

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

Shades of Lime Green #30BE28

Tints of Lime Green #30BE28

Color information

#30BE28 (or 0x30BE28) is unknown color: approx Lime Green. HEX triplet: 30, BE and 28. RGB value is (48,190,40). Sum of RGB (Red+Green+Blue) = 48+190+40=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BE28 is #CF41D7. Grayscale: #828282. Windows color (decimal): -13582808 or 2670128. OLE color: 2670128.

HSL color Cylindrical-coordinate representation of color #30BE28: hue angle of 116.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30BE28 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB4819040-
CMYK0.7500.790.25
HSL116.8º65.22%45.1%-
HSV(B)116.8º78.95%74.51%-
XYZ20.0237.618.21-
YUV130.4476.9669.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 190 (74.61% from 255) = 68.35%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=17.27%
G=68.35%
B=14.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48190400.7500.790.25116.865.2245.1
Hex30BE284B04F1975412d
Octal602765011301173116510155
Binary110000101111101010001001011010011111100111101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,190,40); }

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

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

 a { background-color: rgb(48,190,40); }

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

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

 span { border-color: rgb(48,190,40); }

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