Html Css Color HEX #30E319 Lime Green

📋 copy color: '#30E319'

red 48 ◦ green 227 ◦ blue 25

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

Shades of Lime Green #30E319

Tints of Lime Green #30E319

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.67%

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

R = 16%
G = 75.67%
B = 8.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#30E319 (or 0x30E319) is known color: Lime Green. HEX triplet: 30, E3 and 19. RGB value is (48,227,25). Sum of RGB (Red+Green+Blue) = 48+227+25=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 227 (89.06% from 255 or 75.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 227 - color contains mainly: green. Hex color #30E319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30E319 is #CF1CE6. Grayscale: #979797. Windows color (decimal): -13573351 or 1696560. OLE color: 1696560.

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

Color convert

RGB 48 227 25 -
CMYK 0.79 0 0.89 0.11
HSL 113.17º 0.8% 0.49% -
HSV(B) 113.17º 0.89% 0.89% -
XYZ 28.86 55.64 10.14 -
YUV 150.45 57.2 54.93 -
System Red Green Blue C M Y K H S L
Decimal 48 227 25 0.79 0 0.89 0.11 113.17 0.8 0.49
Hex 30 E3 19 4F 0 59 B 71 50 31
Octal 60 343 31 117 0 131 13 161 120 61
Binary 110000 11100011 11001 1001111 0 1011001 1011 1110001 1010000 110001

Color Harmonies of #30E319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E319

Black with #30E319

Text Example


Text Example

White with #30E319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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