Html Css Color HEX #2EFF74 Spring Green

📋 copy color: '#2EFF74'

red 46 ◦ green 255 ◦ blue 116

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

Shades of Spring Green #2EFF74

Tints of Spring Green #2EFF74

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 11.03%
G = 61.15%
B = 27.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#2EFF74 (or 0x2EFF74) is known color: Spring Green. HEX triplet: 2E, FF and 74. RGB value is (46,255,116). Sum of RGB (Red+Green+Blue) = 46+255+116=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF74 is #D1008B. Grayscale: #B1B1B1. Windows color (decimal): -13697164 or 7667502. OLE color: 7667502.

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

Color convert

RGB 46 255 116 -
CMYK 0.82 0 0.55 0
HSL 140.1º 1% 0.59% -
HSV(B) 140.1º 0.82% 1% -
XYZ 40.04 73.36 28.57 -
YUV 176.66 93.76 34.8 -
System Red Green Blue C M Y K H S L
Decimal 46 255 116 0.82 0 0.55 0 140.1 1 0.59
Hex 2E FF 74 52 0 37 0 8C 64 3B
Octal 56 377 164 122 0 67 0 214 144 73
Binary 101110 11111111 1110100 1010010 0 110111 0 10001100 1100100 111011

Color Harmonies of #2EFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF74

Black with #2EFF74

Text Example


Text Example

White with #2EFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,116); }

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

background-color css

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

 a { background-color: rgb(46,255,116); }

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

border-color css

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

 span { border-color: rgb(46,255,116); }

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