Html Css Color HEX #30D131 Lime Green

📋 copy color: '#30D131'

red 48 ◦ green 209 ◦ blue 49

#30D131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30D131

Tints of Lime Green #30D131

RGB

 RED value IS 48 (19.14% from 255) = 15.69%

 GREEN value IS 209 (82.03% from 255) = 68.3%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 15.69%
G = 68.3%
B = 16.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#30D131 (or 0x30D131) is known color: Lime Green. HEX triplet: 30, D1 and 31. RGB value is (48,209,49). Sum of RGB (Red+Green+Blue) = 48+209+49=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 209 (82.03% from 255 or 68.30% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 209 - color contains mainly: green. Hex color #30D131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D131 is #CF2ECE. Grayscale: #8F8F8F. Windows color (decimal): -13577935 or 3264816. OLE color: 3264816.

HSL color Cylindrical-coordinate representation of color #30D131: hue angle of 120.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D131 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 49 -
CMYK 0.77 0 0.77 0.18
HSL 120.37º 0.64% 0.5% -
HSV(B) 120.37º 0.77% 0.82% -
XYZ 24.57 46.45 10.58 -
YUV 142.62 75.16 60.51 -
System Red Green Blue C M Y K H S L
Decimal 48 209 49 0.77 0 0.77 0.18 120.37 0.64 0.5
Hex 30 D1 31 4D 0 4D 12 78 40 32
Octal 60 321 61 115 0 115 22 170 100 62
Binary 110000 11010001 110001 1001101 0 1001101 10010 1111000 1000000 110010

Color Harmonies of #30D131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D131

Black with #30D131

Text Example


Text Example

White with #30D131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,49); }

 H1.HeaderClassName
 {
   color: #30D131;
 }
 .AnyTagClassName
 {
   color: #30D131;
 }
</style>

background-color css

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

 a { background-color: rgb(48,209,49); }

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

border-color css

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

 span { border-color: rgb(48,209,49); }

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