Html Css Color HEX #2EFC70 Spring Green

📋 copy color: '#2EFC70'

red 46 ◦ green 252 ◦ blue 112

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

Shades of Spring Green #2EFC70

Tints of Spring Green #2EFC70

RGB

 RED value IS 46 (18.36% from 255) = 11.22%

 GREEN value IS 252 (98.83% from 255) = 61.46%

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 11.22%
G = 61.46%
B = 27.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#2EFC70 (or 0x2EFC70) is known color: Spring Green. HEX triplet: 2E, FC and 70. RGB value is (46,252,112). Sum of RGB (Red+Green+Blue) = 46+252+112=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 252 (98.83% from 255 or 61.46% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFC70 is #D1038F. Grayscale: #AEAEAE. Windows color (decimal): -13697936 or 7404590. OLE color: 7404590.

HSL color Cylindrical-coordinate representation of color #2EFC70: hue angle of 139.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC70 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 252 112 -
CMYK 0.82 0 0.56 0.01
HSL 139.22º 0.97% 0.58% -
HSV(B) 139.22º 0.82% 0.99% -
XYZ 38.86 71.37 27.06 -
YUV 174.45 92.75 36.38 -
System Red Green Blue C M Y K H S L
Decimal 46 252 112 0.82 0 0.56 0.01 139.22 0.97 0.58
Hex 2E FC 70 52 0 38 1 8B 61 3A
Octal 56 374 160 122 0 70 1 213 141 72
Binary 101110 11111100 1110000 1010010 0 111000 1 10001011 1100001 111010

Color Harmonies of #2EFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFC70

Black with #2EFC70

Text Example


Text Example

White with #2EFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,252,112); }

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

background-color css

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

 a { background-color: rgb(46,252,112); }

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

border-color css

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

 span { border-color: rgb(46,252,112); }

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