Html Css Color HEX #2FF67E Spring Green

📋 copy color: '#2FF67E'

red 47 ◦ green 246 ◦ blue 126

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

Shades of Spring Green #2FF67E

Tints of Spring Green #2FF67E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.71%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 11.22%
G = 58.71%
B = 30.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#2FF67E (or 0x2FF67E) is known color: Spring Green. HEX triplet: 2F, F6 and 7E. RGB value is (47,246,126). Sum of RGB (Red+Green+Blue) = 47+246+126=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF67E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF67E is #D00981. Grayscale: #ADADAD. Windows color (decimal): -13633922 or 8320559. OLE color: 8320559.

HSL color Cylindrical-coordinate representation of color #2FF67E: hue angle of 143.82º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF67E is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 246 126 -
CMYK 0.81 0 0.49 0.04
HSL 143.82º 0.92% 0.57% -
HSV(B) 143.82º 0.81% 0.96% -
XYZ 37.89 68.02 30.87 -
YUV 172.82 101.57 38.26 -
System Red Green Blue C M Y K H S L
Decimal 47 246 126 0.81 0 0.49 0.04 143.82 0.92 0.57
Hex 2F F6 7E 51 0 31 4 90 5C 39
Octal 57 366 176 121 0 61 4 220 134 71
Binary 101111 11110110 1111110 1010001 0 110001 100 10010000 1011100 111001

Color Harmonies of #2FF67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF67E

Black with #2FF67E

Text Example


Text Example

White with #2FF67E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,246,126); }

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

background-color css

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

 a { background-color: rgb(47,246,126); }

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

border-color css

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

 span { border-color: rgb(47,246,126); }

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