Html Css Color HEX #2EFD70 Spring Green

📋 copy color: '#2EFD70'

red 46 ◦ green 253 ◦ blue 112

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

Shades of Spring Green #2EFD70

Tints of Spring Green #2EFD70

RGB

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

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

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

R = 11.19%
G = 61.56%
B = 27.25%

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

#2EFD70 (or 0x2EFD70) is known color: Spring Green. HEX triplet: 2E, FD and 70. RGB value is (46,253,112). Sum of RGB (Red+Green+Blue) = 46+253+112=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 253 (99.22% from 255 or 61.56% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD70 is #D1028F. Grayscale: #AFAFAF. Windows color (decimal): -13697680 or 7404846. OLE color: 7404846.

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

Color convert

RGB 46 253 112 -
CMYK 0.82 0 0.56 0.01
HSL 139.13º 0.98% 0.59% -
HSV(B) 139.13º 0.82% 0.99% -
XYZ 39.18 72 27.16 -
YUV 175.03 92.42 35.96 -
System Red Green Blue C M Y K H S L
Decimal 46 253 112 0.82 0 0.56 0.01 139.13 0.98 0.59
Hex 2E FD 70 52 0 38 1 8B 62 3B
Octal 56 375 160 122 0 70 1 213 142 73
Binary 101110 11111101 1110000 1010010 0 111000 1 10001011 1100010 111011

Color Harmonies of #2EFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFD70

Black with #2EFD70

Text Example


Text Example

White with #2EFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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