Html Css Color HEX #30E819 Lime Green

📋 copy color: '#30E819'

red 48 ◦ green 232 ◦ blue 25

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

Shades of Lime Green #30E819

Tints of Lime Green #30E819

RGB

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

 GREEN value IS 232 (91.02% from 255) = 76.07%

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 15.74%
G = 76.07%
B = 8.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#30E819 (or 0x30E819) is known color: Lime Green. HEX triplet: 30, E8 and 19. RGB value is (48,232,25). Sum of RGB (Red+Green+Blue) = 48+232+25=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 232 (91.02% from 255 or 76.07% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 232 - color contains mainly: green. Hex color #30E819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30E819 is #CF17E6. Grayscale: #9A9A9A. Windows color (decimal): -13572071 or 1697840. OLE color: 1697840.

HSL color Cylindrical-coordinate representation of color #30E819: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30E819 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 232 25 -
CMYK 0.79 0 0.89 0.09
HSL 113.33º 0.82% 0.5% -
HSV(B) 113.33º 0.89% 0.91% -
XYZ 30.25 58.41 10.6 -
YUV 153.39 55.54 52.83 -
System Red Green Blue C M Y K H S L
Decimal 48 232 25 0.79 0 0.89 0.09 113.33 0.82 0.5
Hex 30 E8 19 4F 0 59 9 71 52 32
Octal 60 350 31 117 0 131 11 161 122 62
Binary 110000 11101000 11001 1001111 0 1011001 1001 1110001 1010010 110010

Color Harmonies of #30E819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E819

Black with #30E819

Text Example


Text Example

White with #30E819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,232,25); }

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

background-color css

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

 a { background-color: rgb(48,232,25); }

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

border-color css

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

 span { border-color: rgb(48,232,25); }

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