Html Css Color HEX #1FF275 Spring Green

📋 copy color: '#1FF275'

red 31 ◦ green 242 ◦ blue 117

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

Shades of Spring Green #1FF275

Tints of Spring Green #1FF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 62.05%

 BLUE value IS 117 (46.09% from 255) = 30%

R = 7.95%
G = 62.05%
B = 30%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#1FF275 (or 0x1FF275) is known color: Spring Green. HEX triplet: 1F, F2 and 75. RGB value is (31,242,117). Sum of RGB (Red+Green+Blue) = 31+242+117=390 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.95% from 390); Green value is 242 (94.92% from 255 or 62.05% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF275 is #E00D8A. Grayscale: #A4A4A4. Windows color (decimal): -14683531 or 7729695. OLE color: 7729695.

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

Color convert

RGB 31 242 117 -
CMYK 0.87 0 0.52 0.05
HSL 144.46º 0.89% 0.54% -
HSV(B) 144.46º 0.87% 0.95% -
XYZ 35.53 65.08 27.52 -
YUV 164.66 101.1 32.66 -
System Red Green Blue C M Y K H S L
Decimal 31 242 117 0.87 0 0.52 0.05 144.46 0.89 0.54
Hex 1F F2 75 57 0 34 5 90 59 36
Octal 37 362 165 127 0 64 5 220 131 66
Binary 11111 11110010 1110101 1010111 0 110100 101 10010000 1011001 110110

Color Harmonies of #1FF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF275

Black with #1FF275

Text Example


Text Example

White with #1FF275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,242,117); }

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

background-color css

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

 a { background-color: rgb(31,242,117); }

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

border-color css

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

 span { border-color: rgb(31,242,117); }

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