Html Css Color HEX #30D617 Lime Green

📋 copy color: '#30D617'

red 48 ◦ green 214 ◦ blue 23

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

Shades of Lime Green #30D617

Tints of Lime Green #30D617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 16.84%
G = 75.09%
B = 8.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#30D617 (or 0x30D617) is known color: Lime Green. HEX triplet: 30, D6 and 17. RGB value is (48,214,23). Sum of RGB (Red+Green+Blue) = 48+214+23=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 214 (83.98% from 255 or 75.09% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 214 - color contains mainly: green. Hex color #30D617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D617 is #CF29E8. Grayscale: #8F8F8F. Windows color (decimal): -13576681 or 1562160. OLE color: 1562160.

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

Color convert

RGB 48 214 23 -
CMYK 0.78 0 0.89 0.16
HSL 112.15º 0.81% 0.46% -
HSV(B) 112.15º 0.89% 0.84% -
XYZ 25.42 48.78 8.89 -
YUV 142.59 60.5 60.53 -
System Red Green Blue C M Y K H S L
Decimal 48 214 23 0.78 0 0.89 0.16 112.15 0.81 0.46
Hex 30 D6 17 4E 0 59 10 70 51 2E
Octal 60 326 27 116 0 131 20 160 121 56
Binary 110000 11010110 10111 1001110 0 1011001 10000 1110000 1010001 101110

Color Harmonies of #30D617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D617

Black with #30D617

Text Example


Text Example

White with #30D617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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