Html Css Color HEX #30F731 Lime Green

📋 copy color: '#30F731'

red 48 ◦ green 247 ◦ blue 49

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

Shades of Lime Green #30F731

Tints of Lime Green #30F731

RGB

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

 GREEN value IS 247 (96.88% from 255) = 71.8%

 BLUE value IS 49 (19.53% from 255) = 14.24%

R = 13.95%
G = 71.8%
B = 14.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#30F731 (or 0x30F731) is known color: Lime Green. HEX triplet: 30, F7 and 31. RGB value is (48,247,49). Sum of RGB (Red+Green+Blue) = 48+247+49=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 247 (96.88% from 255 or 71.80% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 247 - color contains mainly: green. Hex color #30F731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F731 is #CF08CE. Grayscale: #A5A5A5. Windows color (decimal): -13568207 or 3274544. OLE color: 3274544.

HSL color Cylindrical-coordinate representation of color #30F731: hue angle of 120.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F731 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 247 49 -
CMYK 0.81 0 0.80 0.03
HSL 120.3º 0.93% 0.58% -
HSV(B) 120.3º 0.81% 0.97% -
XYZ 35.03 67.37 14.06 -
YUV 164.93 62.57 44.6 -
System Red Green Blue C M Y K H S L
Decimal 48 247 49 0.81 0 0.80 0.03 120.3 0.93 0.58
Hex 30 F7 31 51 0 50 3 78 5D 3A
Octal 60 367 61 121 0 120 3 170 135 72
Binary 110000 11110111 110001 1010001 0 1010000 11 1111000 1011101 111010

Color Harmonies of #30F731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F731

Black with #30F731

Text Example


Text Example

White with #30F731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,247,49); }

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

background-color css

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

 a { background-color: rgb(48,247,49); }

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

border-color css

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

 span { border-color: rgb(48,247,49); }

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