#30BE29

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

Shades of Lime Green #30BE29

Tints of Lime Green #30BE29

Color information

#30BE29 (or 0x30BE29) is unknown color: approx Lime Green. HEX triplet: 30, BE and 29. RGB value is (48,190,41). Sum of RGB (Red+Green+Blue) = 48+190+41=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 190 (74.61% from 255 or 68.10% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BE29 is #CF41D6. Grayscale: #838383. Windows color (decimal): -13582807 or 2735664. OLE color: 2735664.

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

Color convert

RGB4819041-
CMYK0.7500.780.25
HSL117.18º64.5%45.29%-
HSV(B)117.18º78.42%74.51%-
XYZ20.0337.628.3-
YUV130.5677.4669.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 190 (74.61% from 255) = 68.10%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=17.20%
G=68.10%
B=14.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48190410.7500.780.25117.1864.545.29
Hex30BE294B04E1975412d
Octal602765111301163116510155
Binary110000101111101010011001011010011101100111101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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