Html Css Color HEX #30FE49 Lime Green

📋 copy color: '#30FE49'

red 48 ◦ green 254 ◦ blue 73

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

Shades of Lime Green #30FE49

Tints of Lime Green #30FE49

RGB

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

 GREEN value IS 254 (99.61% from 255) = 67.73%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 12.8%
G = 67.73%
B = 19.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#30FE49 (or 0x30FE49) is known color: Lime Green. HEX triplet: 30, FE and 49. RGB value is (48,254,73). Sum of RGB (Red+Green+Blue) = 48+254+73=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FE49 is #CF01B6. Grayscale: #ACACAC. Windows color (decimal): -13566391 or 4849200. OLE color: 4849200.

HSL color Cylindrical-coordinate representation of color #30FE49: hue angle of 127.28º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FE49 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 73 -
CMYK 0.81 0 0.71 0.00
HSL 127.28º 0.99% 0.59% -
HSV(B) 127.28º 0.81% 1% -
XYZ 37.86 71.99 18.2 -
YUV 171.77 72.25 39.72 -
System Red Green Blue C M Y K H S L
Decimal 48 254 73 0.81 0 0.71 0.00 127.28 0.99 0.59
Hex 30 FE 49 51 0 47 0 7F 63 3B
Octal 60 376 111 121 0 107 0 177 143 73
Binary 110000 11111110 1001001 1010001 0 1000111 0 1111111 1100011 111011

Color Harmonies of #30FE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE49

Black with #30FE49

Text Example


Text Example

White with #30FE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,254,73); }

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

background-color css

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

 a { background-color: rgb(48,254,73); }

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

border-color css

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

 span { border-color: rgb(48,254,73); }

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