Html Css Color HEX #30D616 Lime Green

📋 copy color: '#30D616'

red 48 ◦ green 214 ◦ blue 22

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

Shades of Lime Green #30D616

Tints of Lime Green #30D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.35%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 16.9%
G = 75.35%
B = 7.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#30D616 (or 0x30D616) is known color: Lime Green. HEX triplet: 30, D6 and 16. RGB value is (48,214,22). Sum of RGB (Red+Green+Blue) = 48+214+22=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #30D616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D616 is #CF29E9. Grayscale: #8F8F8F. Windows color (decimal): -13576682 or 1496624. OLE color: 1496624.

HSL color Cylindrical-coordinate representation of color #30D616: hue angle of 111.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30D616 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 22 -
CMYK 0.78 0 0.90 0.16
HSL 111.88º 0.81% 0.46% -
HSV(B) 111.88º 0.9% 0.84% -
XYZ 25.41 48.78 8.84 -
YUV 142.48 60 60.61 -
System Red Green Blue C M Y K H S L
Decimal 48 214 22 0.78 0 0.90 0.16 111.88 0.81 0.46
Hex 30 D6 16 4E 0 5A 10 70 51 2E
Octal 60 326 26 116 0 132 20 160 121 56
Binary 110000 11010110 10110 1001110 0 1011010 10000 1110000 1010001 101110

Color Harmonies of #30D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D616

Black with #30D616

Text Example


Text Example

White with #30D616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,22); }

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

background-color css

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

 a { background-color: rgb(48,214,22); }

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

border-color css

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

 span { border-color: rgb(48,214,22); }

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