Html Css Color HEX #30D914 Lime Green

📋 copy color: '#30D914'

red 48 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #30D914

Tints of Lime Green #30D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 16.84%
G = 76.14%
B = 7.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#30D914 (or 0x30D914) is known color: Lime Green. HEX triplet: 30, D9 and 14. RGB value is (48,217,20). Sum of RGB (Red+Green+Blue) = 48+217+20=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 217 (85.16% from 255 or 76.14% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 217 - color contains mainly: green. Hex color #30D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D914 is #CF26EB. Grayscale: #909090. Windows color (decimal): -13575916 or 1366320. OLE color: 1366320.

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

Color convert

RGB 48 217 20 -
CMYK 0.78 0 0.91 0.15
HSL 111.47º 0.83% 0.46% -
HSV(B) 111.47º 0.91% 0.85% -
XYZ 26.16 50.3 8.99 -
YUV 144.01 58.01 59.52 -
System Red Green Blue C M Y K H S L
Decimal 48 217 20 0.78 0 0.91 0.15 111.47 0.83 0.46
Hex 30 D9 14 4E 0 5B F 6F 53 2E
Octal 60 331 24 116 0 133 17 157 123 56
Binary 110000 11011001 10100 1001110 0 1011011 1111 1101111 1010011 101110

Color Harmonies of #30D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D914

Black with #30D914

Text Example


Text Example

White with #30D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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