Html Css Color HEX #2FFF7A Spring Green

📋 copy color: '#2FFF7A'

red 47 ◦ green 255 ◦ blue 122

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

Shades of Spring Green #2FFF7A

Tints of Spring Green #2FFF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.77%

R = 11.08%
G = 60.14%
B = 28.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#2FFF7A (or 0x2FFF7A) is known color: Spring Green. HEX triplet: 2F, FF and 7A. RGB value is (47,255,122). Sum of RGB (Red+Green+Blue) = 47+255+122=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF7A is #D00085. Grayscale: #B1B1B1. Windows color (decimal): -13631622 or 8060719. OLE color: 8060719.

HSL color Cylindrical-coordinate representation of color #2FFF7A: hue angle of 141.63º 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 #2FFF7A is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 47 255 122 -
CMYK 0.82 0 0.52 0
HSL 141.63º 1% 0.59% -
HSV(B) 141.63º 0.82% 1% -
XYZ 40.45 73.53 30.47 -
YUV 177.65 96.59 34.81 -
System Red Green Blue C M Y K H S L
Decimal 47 255 122 0.82 0 0.52 0 141.63 1 0.59
Hex 2F FF 7A 52 0 34 0 8E 64 3B
Octal 57 377 172 122 0 64 0 216 144 73
Binary 101111 11111111 1111010 1010010 0 110100 0 10001110 1100100 111011

Color Harmonies of #2FFF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF7A

Black with #2FFF7A

Text Example


Text Example

White with #2FFF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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