Html Css Color HEX #2FF96D Spring Green

📋 copy color: '#2FF96D'

red 47 ◦ green 249 ◦ blue 109

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

Shades of Spring Green #2FF96D

Tints of Spring Green #2FF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.48%

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 11.6%
G = 61.48%
B = 26.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#2FF96D (or 0x2FF96D) is known color: Spring Green. HEX triplet: 2F, F9 and 6D. RGB value is (47,249,109). Sum of RGB (Red+Green+Blue) = 47+249+109=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF96D is #D00692. Grayscale: #ADADAD. Windows color (decimal): -13633171 or 7207215. OLE color: 7207215.

HSL color Cylindrical-coordinate representation of color #2FF96D: hue angle of 138.42º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF96D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 249 109 -
CMYK 0.81 0 0.56 0.02
HSL 138.42º 0.94% 0.58% -
HSV(B) 138.42º 0.81% 0.98% -
XYZ 37.81 69.46 25.88 -
YUV 172.64 92.08 38.38 -
System Red Green Blue C M Y K H S L
Decimal 47 249 109 0.81 0 0.56 0.02 138.42 0.94 0.58
Hex 2F F9 6D 51 0 38 2 8A 5E 3A
Octal 57 371 155 121 0 70 2 212 136 72
Binary 101111 11111001 1101101 1010001 0 111000 10 10001010 1011110 111010

Color Harmonies of #2FF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF96D

Black with #2FF96D

Text Example


Text Example

White with #2FF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,249,109); }

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

background-color css

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

 a { background-color: rgb(47,249,109); }

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

border-color css

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

 span { border-color: rgb(47,249,109); }

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