Html Css Color HEX #30FE47 Lime Green

📋 copy color: '#30FE47'

red 48 ◦ green 254 ◦ blue 71

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

Shades of Lime Green #30FE47

Tints of Lime Green #30FE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.03%

R = 12.87%
G = 68.1%
B = 19.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#30FE47 (or 0x30FE47) is known color: Lime Green. HEX triplet: 30, FE and 47. RGB value is (48,254,71). Sum of RGB (Red+Green+Blue) = 48+254+71=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 254 (99.61% from 255 or 68.10% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 254 - color contains mainly: green. Hex color #30FE47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FE47 is #CF01B8. Grayscale: #ACACAC. Windows color (decimal): -13566393 or 4718128. OLE color: 4718128.

HSL color Cylindrical-coordinate representation of color #30FE47: hue angle of 126.7º 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 #30FE47 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 254 71 -
CMYK 0.81 0 0.72 0.00
HSL 126.7º 0.99% 0.59% -
HSV(B) 126.7º 0.81% 1% -
XYZ 37.8 71.97 17.86 -
YUV 171.54 71.25 39.88 -
System Red Green Blue C M Y K H S L
Decimal 48 254 71 0.81 0 0.72 0.00 126.7 0.99 0.59
Hex 30 FE 47 51 0 48 0 7F 63 3B
Octal 60 376 107 121 0 110 0 177 143 73
Binary 110000 11111110 1000111 1010001 0 1001000 0 1111111 1100011 111011

Color Harmonies of #30FE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FE47

Black with #30FE47

Text Example


Text Example

White with #30FE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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