Html Css Color HEX #2FFD8A Spring Green

📋 copy color: '#2FFD8A'

red 47 ◦ green 253 ◦ blue 138

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

Shades of Spring Green #2FFD8A

Tints of Spring Green #2FFD8A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.76%

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

R = 10.73%
G = 57.76%
B = 31.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#2FFD8A (or 0x2FFD8A) is known color: Spring Green. HEX triplet: 2F, FD and 8A. RGB value is (47,253,138). Sum of RGB (Red+Green+Blue) = 47+253+138=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFD8A is #D00275. Grayscale: #B2B2B2. Windows color (decimal): -13632118 or 9108783. OLE color: 9108783.

HSL color Cylindrical-coordinate representation of color #2FFD8A: hue angle of 146.5º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD8A is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 138 -
CMYK 0.81 0 0.45 0.01
HSL 146.5º 0.98% 0.59% -
HSV(B) 146.5º 0.81% 0.99% -
XYZ 40.89 72.69 35.92 -
YUV 178.3 105.25 34.35 -
System Red Green Blue C M Y K H S L
Decimal 47 253 138 0.81 0 0.45 0.01 146.5 0.98 0.59
Hex 2F FD 8A 51 0 2D 1 93 62 3B
Octal 57 375 212 121 0 55 1 223 142 73
Binary 101111 11111101 10001010 1010001 0 101101 1 10010011 1100010 111011

Color Harmonies of #2FFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD8A

Black with #2FFD8A

Text Example


Text Example

White with #2FFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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