Html Css Color HEX #2EA105 Kelly Green

📋 copy color: '#2EA105'

red 46 ◦ green 161 ◦ blue 5

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

Shades of Kelly Green #2EA105

Tints of Kelly Green #2EA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 75.94%

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 21.7%
G = 75.94%
B = 2.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#2EA105 (or 0x2EA105) is known color: Kelly Green. HEX triplet: 2E, A1 and 05. RGB value is (46,161,5). Sum of RGB (Red+Green+Blue) = 46+161+5=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 161 (63.28% from 255 or 75.94% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA105 is #D15EFA. Grayscale: #6D6D6D. Windows color (decimal): -13721339 or 368942. OLE color: 368942.

HSL color Cylindrical-coordinate representation of color #2EA105: hue angle of 104.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EA105 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 161 5 -
CMYK 0.71 0 0.97 0.37
HSL 104.23º 0.94% 0.33% -
HSV(B) 104.23º 0.97% 0.63% -
XYZ 13.9 26.08 4.45 -
YUV 108.83 69.4 83.18 -
System Red Green Blue C M Y K H S L
Decimal 46 161 5 0.71 0 0.97 0.37 104.23 0.94 0.33
Hex 2E A1 5 47 0 61 25 68 5E 21
Octal 56 241 5 107 0 141 45 150 136 41
Binary 101110 10100001 101 1000111 0 1100001 100101 1101000 1011110 100001

Color Harmonies of #2EA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA105

Black with #2EA105

Text Example


Text Example

White with #2EA105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,161,5); }

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

background-color css

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

 a { background-color: rgb(46,161,5); }

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

border-color css

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

 span { border-color: rgb(46,161,5); }

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