#1FF474

Color #1FF474 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #1FF474

Tints of Spring Green #1FF474

Color information

#1FF474 (or 0x1FF474) is unknown color: approx Spring Green. HEX triplet: 1F, F4 and 74. RGB value is (31,244,116). Sum of RGB (Red+Green+Blue) = 31+244+116=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 244 (95.70% from 255 or 62.40% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 244 - color contains mainly: green. Hex color #1FF474 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF474 is #E00B8B. Grayscale: #A6A6A6. Windows color (decimal): -14683020 or 7664671. OLE color: 7664671.

HSL color Cylindrical-coordinate representation of color #1FF474: hue angle of 143.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF474 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB31244116-
CMYK0.8700.520.04
HSL143.94º90.64%53.92%-
HSV(B)143.94º87.3%95.69%-
XYZ36.0766.2527.41-
YUV165.7299.9331.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.93%
GREEN value IS 244 (95.70% from 255) = 62.40%
BLUE value IS 116 (45.70% from 255) = 29.67%
R=7.93%
G=62.40%
B=29.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal312441160.8700.520.04143.9490.6453.92
Hex1FF474570344905b36
Octal37364164127064422013366
Binary1111111110100111010010101110110100100100100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FF474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,244,116); }

 H1.HeaderClassName
 {
   color: #1FF474;
 }
 .AnyTagClassName
 {
   color: #1FF474;
 }
</style>
background-color css

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

 a { background-color: rgb(31,244,116); }

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

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

 span { border-color: rgb(31,244,116); }

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