Html Css Color HEX #30D815 Lime Green

📋 copy color: '#30D815'

red 48 ◦ green 216 ◦ blue 21

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

Shades of Lime Green #30D815

Tints of Lime Green #30D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.79%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 16.84%
G = 75.79%
B = 7.37%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#30D815 (or 0x30D815) is known color: Lime Green. HEX triplet: 30, D8 and 15. RGB value is (48,216,21). Sum of RGB (Red+Green+Blue) = 48+216+21=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #30D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D815 is #CF27EA. Grayscale: #909090. Windows color (decimal): -13576171 or 1431600. OLE color: 1431600.

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

Color convert

RGB 48 216 21 -
CMYK 0.78 0 0.90 0.15
HSL 111.69º 0.82% 0.46% -
HSV(B) 111.69º 0.9% 0.85% -
XYZ 25.91 49.79 8.96 -
YUV 143.54 58.84 59.86 -
System Red Green Blue C M Y K H S L
Decimal 48 216 21 0.78 0 0.90 0.15 111.69 0.82 0.46
Hex 30 D8 15 4E 0 5A F 70 52 2E
Octal 60 330 25 116 0 132 17 160 122 56
Binary 110000 11011000 10101 1001110 0 1011010 1111 1110000 1010010 101110

Color Harmonies of #30D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D815

Black with #30D815

Text Example


Text Example

White with #30D815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,21); }

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

background-color css

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

 a { background-color: rgb(48,216,21); }

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

border-color css

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

 span { border-color: rgb(48,216,21); }

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