Html Css Color HEX #2FF178 Spring Green

📋 copy color: '#2FF178'

red 47 ◦ green 241 ◦ blue 120

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

Shades of Spring Green #2FF178

Tints of Spring Green #2FF178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 11.52%
G = 59.07%
B = 29.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#2FF178 (or 0x2FF178) is known color: Spring Green. HEX triplet: 2F, F1 and 78. RGB value is (47,241,120). Sum of RGB (Red+Green+Blue) = 47+241+120=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF178 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF178 is #D00E87. Grayscale: #A9A9A9. Windows color (decimal): -13635208 or 7926063. OLE color: 7926063.

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

Color convert

RGB 47 241 120 -
CMYK 0.80 0 0.50 0.05
HSL 142.58º 0.87% 0.56% -
HSV(B) 142.58º 0.8% 0.95% -
XYZ 36.02 64.87 28.39 -
YUV 169.2 100.23 40.84 -
System Red Green Blue C M Y K H S L
Decimal 47 241 120 0.80 0 0.50 0.05 142.58 0.87 0.56
Hex 2F F1 78 50 0 32 5 8F 57 38
Octal 57 361 170 120 0 62 5 217 127 70
Binary 101111 11110001 1111000 1010000 0 110010 101 10001111 1010111 111000

Color Harmonies of #2FF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF178

Black with #2FF178

Text Example


Text Example

White with #2FF178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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