Html Css Color HEX #2FF17D Spring Green

📋 copy color: '#2FF17D'

red 47 ◦ green 241 ◦ blue 125

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

Shades of Spring Green #2FF17D

Tints of Spring Green #2FF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.27%

R = 11.38%
G = 58.35%
B = 30.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#2FF17D (or 0x2FF17D) is known color: Spring Green. HEX triplet: 2F, F1 and 7D. RGB value is (47,241,125). Sum of RGB (Red+Green+Blue) = 47+241+125=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF17D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF17D is #D00E82. Grayscale: #AAAAAA. Windows color (decimal): -13635203 or 8253743. OLE color: 8253743.

HSL color Cylindrical-coordinate representation of color #2FF17D: hue angle of 144.12º 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 #2FF17D is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 47 241 125 -
CMYK 0.80 0 0.48 0.05
HSL 144.12º 0.87% 0.56% -
HSV(B) 144.12º 0.8% 0.95% -
XYZ 36.33 65 30.03 -
YUV 169.77 102.73 40.43 -
System Red Green Blue C M Y K H S L
Decimal 47 241 125 0.80 0 0.48 0.05 144.12 0.87 0.56
Hex 2F F1 7D 50 0 30 5 90 57 38
Octal 57 361 175 120 0 60 5 220 127 70
Binary 101111 11110001 1111101 1010000 0 110000 101 10010000 1010111 111000

Color Harmonies of #2FF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF17D

Black with #2FF17D

Text Example


Text Example

White with #2FF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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