Html Css Color HEX #30FB47 Lime Green

📋 copy color: '#30FB47'

red 48 ◦ green 251 ◦ blue 71

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

Shades of Lime Green #30FB47

Tints of Lime Green #30FB47

RGB

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

 GREEN value IS 251 (98.44% from 255) = 67.84%

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

R = 12.97%
G = 67.84%
B = 19.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#30FB47 (or 0x30FB47) is known color: Lime Green. HEX triplet: 30, FB and 47. RGB value is (48,251,71). Sum of RGB (Red+Green+Blue) = 48+251+71=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 251 (98.44% from 255 or 67.84% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB47 is #CF04B8. Grayscale: #AAAAAA. Windows color (decimal): -13567161 or 4717360. OLE color: 4717360.

HSL color Cylindrical-coordinate representation of color #30FB47: hue angle of 126.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB47 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 71 -
CMYK 0.81 0 0.72 0.02
HSL 126.8º 0.96% 0.59% -
HSV(B) 126.8º 0.81% 0.98% -
XYZ 36.85 70.08 17.55 -
YUV 169.78 72.25 41.14 -
System Red Green Blue C M Y K H S L
Decimal 48 251 71 0.81 0 0.72 0.02 126.8 0.96 0.59
Hex 30 FB 47 51 0 48 2 7F 60 3B
Octal 60 373 107 121 0 110 2 177 140 73
Binary 110000 11111011 1000111 1010001 0 1001000 10 1111111 1100000 111011

Color Harmonies of #30FB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB47

Black with #30FB47

Text Example


Text Example

White with #30FB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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