Html Css Color HEX #2FFF8A Spring Green

📋 copy color: '#2FFF8A'

red 47 ◦ green 255 ◦ blue 138

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

Shades of Spring Green #2FFF8A

Tints of Spring Green #2FFF8A

RGB

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

 GREEN value IS 255 (100% from 255) = 57.95%

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 10.68%
G = 57.95%
B = 31.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#2FFF8A (or 0x2FFF8A) is known color: Spring Green. HEX triplet: 2F, FF and 8A. RGB value is (47,255,138). Sum of RGB (Red+Green+Blue) = 47+255+138=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFF8A is #D00075. Grayscale: #B3B3B3. Windows color (decimal): -13631606 or 9109295. OLE color: 9109295.

HSL color Cylindrical-coordinate representation of color #2FFF8A: hue angle of 146.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF8A is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 47 255 138 -
CMYK 0.82 0 0.46 0
HSL 146.25º 1% 0.59% -
HSV(B) 146.25º 0.82% 1% -
XYZ 41.52 73.96 36.13 -
YUV 179.47 104.59 33.51 -
System Red Green Blue C M Y K H S L
Decimal 47 255 138 0.82 0 0.46 0 146.25 1 0.59
Hex 2F FF 8A 52 0 2E 0 92 64 3B
Octal 57 377 212 122 0 56 0 222 144 73
Binary 101111 11111111 10001010 1010010 0 101110 0 10010010 1100100 111011

Color Harmonies of #2FFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF8A

Black with #2FFF8A

Text Example


Text Example

White with #2FFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,255,138); }

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

background-color css

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

 a { background-color: rgb(47,255,138); }

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

border-color css

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

 span { border-color: rgb(47,255,138); }

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