Html Css Color HEX #2FFD8C Spring Green

📋 copy color: '#2FFD8C'

red 47 ◦ green 253 ◦ blue 140

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

Shades of Spring Green #2FFD8C

Tints of Spring Green #2FFD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 10.68%
G = 57.5%
B = 31.82%

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

#2FFD8C (or 0x2FFD8C) is known color: Spring Green. HEX triplet: 2F, FD and 8C. RGB value is (47,253,140). Sum of RGB (Red+Green+Blue) = 47+253+140=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFD8C is #D00273. Grayscale: #B2B2B2. Windows color (decimal): -13632116 or 9239855. OLE color: 9239855.

HSL color Cylindrical-coordinate representation of color #2FFD8C: hue angle of 147.09º 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 #2FFD8C is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 140 -
CMYK 0.81 0 0.45 0.01
HSL 147.09º 0.98% 0.59% -
HSV(B) 147.09º 0.81% 0.99% -
XYZ 41.03 72.75 36.69 -
YUV 178.52 106.25 34.19 -
System Red Green Blue C M Y K H S L
Decimal 47 253 140 0.81 0 0.45 0.01 147.09 0.98 0.59
Hex 2F FD 8C 51 0 2D 1 93 62 3B
Octal 57 375 214 121 0 55 1 223 142 73
Binary 101111 11111101 10001100 1010001 0 101101 1 10010011 1100010 111011

Color Harmonies of #2FFD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD8C

Black with #2FFD8C

Text Example


Text Example

White with #2FFD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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