Html Css Color HEX #30D951 Lime Green

📋 copy color: '#30D951'

red 48 ◦ green 217 ◦ blue 81

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

Shades of Lime Green #30D951

Tints of Lime Green #30D951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.72%

 BLUE value IS 81 (32.03% from 255) = 23.41%

R = 13.87%
G = 62.72%
B = 23.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#30D951 (or 0x30D951) is known color: Lime Green. HEX triplet: 30, D9 and 51. RGB value is (48,217,81). Sum of RGB (Red+Green+Blue) = 48+217+81=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #30D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D951 is #CF26AE. Grayscale: #979797. Windows color (decimal): -13575855 or 5364016. OLE color: 5364016.

HSL color Cylindrical-coordinate representation of color #30D951: hue angle of 131.72º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D951 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 81 -
CMYK 0.78 0 0.63 0.15
HSL 131.72º 0.69% 0.52% -
HSV(B) 131.72º 0.78% 0.85% -
XYZ 27.52 50.85 16.15 -
YUV 150.97 88.51 54.56 -
System Red Green Blue C M Y K H S L
Decimal 48 217 81 0.78 0 0.63 0.15 131.72 0.69 0.52
Hex 30 D9 51 4E 0 3F F 84 45 34
Octal 60 331 121 116 0 77 17 204 105 64
Binary 110000 11011001 1010001 1001110 0 111111 1111 10000100 1000101 110100

Color Harmonies of #30D951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D951

Black with #30D951

Text Example


Text Example

White with #30D951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,81); }

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

background-color css

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

 a { background-color: rgb(48,217,81); }

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

border-color css

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

 span { border-color: rgb(48,217,81); }

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