Html Css Color HEX #30E518 Lime Green

📋 copy color: '#30E518'

red 48 ◦ green 229 ◦ blue 24

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

Shades of Lime Green #30E518

Tints of Lime Green #30E518

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.08%

 BLUE value IS 24 (9.77% from 255) = 7.97%

R = 15.95%
G = 76.08%
B = 7.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#30E518 (or 0x30E518) is known color: Lime Green. HEX triplet: 30, E5 and 18. RGB value is (48,229,24). Sum of RGB (Red+Green+Blue) = 48+229+24=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 229 (89.84% from 255 or 76.08% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 229 - color contains mainly: green. Hex color #30E518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E518 is #CF1AE7. Grayscale: #989898. Windows color (decimal): -13572840 or 1631536. OLE color: 1631536.

HSL color Cylindrical-coordinate representation of color #30E518: hue angle of 112.98º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30E518 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 229 24 -
CMYK 0.79 0 0.90 0.10
HSL 112.98º 0.81% 0.5% -
HSV(B) 112.98º 0.9% 0.9% -
XYZ 29.4 56.73 10.27 -
YUV 151.51 56.03 54.17 -
System Red Green Blue C M Y K H S L
Decimal 48 229 24 0.79 0 0.90 0.10 112.98 0.81 0.5
Hex 30 E5 18 4F 0 5A A 71 51 32
Octal 60 345 30 117 0 132 12 161 121 62
Binary 110000 11100101 11000 1001111 0 1011010 1010 1110001 1010001 110010

Color Harmonies of #30E518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E518

Black with #30E518

Text Example


Text Example

White with #30E518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,229,24); }

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

background-color css

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

 a { background-color: rgb(48,229,24); }

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

border-color css

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

 span { border-color: rgb(48,229,24); }

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