Html Css Color HEX #2FF172 Spring Green

📋 copy color: '#2FF172'

red 47 ◦ green 241 ◦ blue 114

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

Shades of Spring Green #2FF172

Tints of Spring Green #2FF172

RGB

 RED value IS 47 (18.75% from 255) = 11.69%

 GREEN value IS 241 (94.53% from 255) = 59.95%

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

R = 11.69%
G = 59.95%
B = 28.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#2FF172 (or 0x2FF172) is known color: Spring Green. HEX triplet: 2F, F1 and 72. RGB value is (47,241,114). Sum of RGB (Red+Green+Blue) = 47+241+114=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 241 (94.53% from 255 or 59.95% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF172 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF172 is #D00E8D. Grayscale: #A8A8A8. Windows color (decimal): -13635214 or 7532847. OLE color: 7532847.

HSL color Cylindrical-coordinate representation of color #2FF172: hue angle of 140.72º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF172 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 114 -
CMYK 0.80 0 0.53 0.05
HSL 140.72º 0.87% 0.56% -
HSV(B) 140.72º 0.8% 0.95% -
XYZ 35.66 64.73 26.53 -
YUV 168.52 97.23 41.33 -
System Red Green Blue C M Y K H S L
Decimal 47 241 114 0.80 0 0.53 0.05 140.72 0.87 0.56
Hex 2F F1 72 50 0 35 5 8D 57 38
Octal 57 361 162 120 0 65 5 215 127 70
Binary 101111 11110001 1110010 1010000 0 110101 101 10001101 1010111 111000

Color Harmonies of #2FF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF172

Black with #2FF172

Text Example


Text Example

White with #2FF172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF172; }

 p { color: rgb(47,241,114); }

 H1.HeaderClassName
 {
   color: #2FF172;
 }
 .AnyTagClassName
 {
   color: #2FF172;
 }
</style>

background-color css

<style>
 a { background-color: #2FF172; }

 a { background-color: rgb(47,241,114); }

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

border-color css

<style>
 span { border-color: #2FF172; }

 span { border-color: rgb(47,241,114); }

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