#30BE39

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

Shades of Lime Green #30BE39

Tints of Lime Green #30BE39

Color information

#30BE39 (or 0x30BE39) is unknown color: approx Lime Green. HEX triplet: 30, BE and 39. RGB value is (48,190,57). Sum of RGB (Red+Green+Blue) = 48+190+57=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BE39 is #CF41C6. Grayscale: #848484. Windows color (decimal): -13582791 or 3784240. OLE color: 3784240.

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

Color convert

RGB4819057-
CMYK0.7500.70.25
HSL123.8º59.66%46.67%-
HSV(B)123.8º74.74%74.51%-
XYZ20.3737.7510.08-
YUV132.3885.4667.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 190 (74.61% from 255) = 64.41%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=16.27%
G=64.41%
B=19.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48190570.7500.70.25123.859.6646.67
Hex30BE394B046197c3c2f
Octal60276711130106311747457
Binary11000010111110111001100101101000110110011111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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