Html Css Color HEX #2EA401 Kelly Green

📋 copy color: '#2EA401'

red 46 ◦ green 164 ◦ blue 1

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

Shades of Kelly Green #2EA401

Tints of Kelly Green #2EA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77.73%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 21.8%
G = 77.73%
B = 0.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#2EA401 (or 0x2EA401) is known color: Kelly Green. HEX triplet: 2E, A4 and 01. RGB value is (46,164,1). Sum of RGB (Red+Green+Blue) = 46+164+1=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA401 is #D15BFE. Grayscale: #6E6E6E. Windows color (decimal): -13720575 or 107566. OLE color: 107566.

HSL color Cylindrical-coordinate representation of color #2EA401: hue angle of 103.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EA401 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 164 1 -
CMYK 0.72 0 0.99 0.36
HSL 103.44º 0.99% 0.32% -
HSV(B) 103.44º 0.99% 0.64% -
XYZ 14.41 27.13 4.51 -
YUV 110.14 66.41 82.25 -
System Red Green Blue C M Y K H S L
Decimal 46 164 1 0.72 0 0.99 0.36 103.44 0.99 0.32
Hex 2E A4 1 48 0 63 24 67 63 20
Octal 56 244 1 110 0 143 44 147 143 40
Binary 101110 10100100 1 1001000 0 1100011 100100 1100111 1100011 100000

Color Harmonies of #2EA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA401

Black with #2EA401

Text Example


Text Example

White with #2EA401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,1); }

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

background-color css

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

 a { background-color: rgb(46,164,1); }

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

border-color css

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

 span { border-color: rgb(46,164,1); }

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