Html Css Color HEX #1FF972 Spring Green

📋 copy color: '#1FF972'

red 31 ◦ green 249 ◦ blue 114

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

Shades of Spring Green #1FF972

Tints of Spring Green #1FF972

RGB

 RED value IS 31 (12.5% from 255) = 7.87%

 GREEN value IS 249 (97.66% from 255) = 63.2%

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 7.87%
G = 63.2%
B = 28.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#1FF972 (or 0x1FF972) is known color: Spring Green. HEX triplet: 1F, F9 and 72. RGB value is (31,249,114). Sum of RGB (Red+Green+Blue) = 31+249+114=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 249 (97.66% from 255 or 63.20% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 249 - color contains mainly: green. Hex color #1FF972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF972 is #E0068D. Grayscale: #A8A8A8. Windows color (decimal): -14681742 or 7534879. OLE color: 7534879.

HSL color Cylindrical-coordinate representation of color #1FF972: hue angle of 142.84º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF972 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 249 114 -
CMYK 0.88 0 0.54 0.02
HSL 142.84º 0.95% 0.55% -
HSV(B) 142.84º 0.88% 0.98% -
XYZ 37.48 69.26 27.31 -
YUV 168.43 97.28 29.98 -
System Red Green Blue C M Y K H S L
Decimal 31 249 114 0.88 0 0.54 0.02 142.84 0.95 0.55
Hex 1F F9 72 58 0 36 2 8F 5F 37
Octal 37 371 162 130 0 66 2 217 137 67
Binary 11111 11111001 1110010 1011000 0 110110 10 10001111 1011111 110111

Color Harmonies of #1FF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF972

Black with #1FF972

Text Example


Text Example

White with #1FF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FF972; }

 p { color: rgb(31,249,114); }

 H1.HeaderClassName
 {
   color: #1FF972;
 }
 .AnyTagClassName
 {
   color: #1FF972;
 }
</style>

background-color css

<style>
 a { background-color: #1FF972; }

 a { background-color: rgb(31,249,114); }

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

border-color css

<style>
 span { border-color: #1FF972; }

 span { border-color: rgb(31,249,114); }

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