Html Css Color HEX #30E018 Lime Green

📋 copy color: '#30E018'

red 48 ◦ green 224 ◦ blue 24

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

Shades of Lime Green #30E018

Tints of Lime Green #30E018

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.68%

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

R = 16.22%
G = 75.68%
B = 8.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#30E018 (or 0x30E018) is known color: Lime Green. HEX triplet: 30, E0 and 18. RGB value is (48,224,24). Sum of RGB (Red+Green+Blue) = 48+224+24=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 224 (87.89% from 255 or 75.68% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 224 - color contains mainly: green. Hex color #30E018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E018 is #CF1FE7. Grayscale: #959595. Windows color (decimal): -13574120 or 1630256. OLE color: 1630256.

HSL color Cylindrical-coordinate representation of color #30E018: hue angle of 112.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30E018 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 224 24 -
CMYK 0.79 0 0.89 0.12
HSL 112.8º 0.81% 0.49% -
HSV(B) 112.8º 0.89% 0.88% -
XYZ 28.04 54.01 9.81 -
YUV 148.58 57.69 56.26 -
System Red Green Blue C M Y K H S L
Decimal 48 224 24 0.79 0 0.89 0.12 112.8 0.81 0.49
Hex 30 E0 18 4F 0 59 C 71 51 31
Octal 60 340 30 117 0 131 14 161 121 61
Binary 110000 11100000 11000 1001111 0 1011001 1100 1110001 1010001 110001

Color Harmonies of #30E018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E018

Black with #30E018

Text Example


Text Example

White with #30E018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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