Html Css Color HEX #2EA104 Kelly Green

📋 copy color: '#2EA104'

red 46 ◦ green 161 ◦ blue 4

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

Shades of Kelly Green #2EA104

Tints of Kelly Green #2EA104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 21.8%
G = 76.3%
B = 1.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#2EA104 (or 0x2EA104) is known color: Kelly Green. HEX triplet: 2E, A1 and 04. RGB value is (46,161,4). Sum of RGB (Red+Green+Blue) = 46+161+4=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 161 (63.28% from 255 or 76.30% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA104 is #D15EFB. Grayscale: #6D6D6D. Windows color (decimal): -13721340 or 303406. OLE color: 303406.

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

Color convert

RGB 46 161 4 -
CMYK 0.71 0 0.98 0.37
HSL 103.95º 0.95% 0.32% -
HSV(B) 103.95º 0.98% 0.63% -
XYZ 13.89 26.08 4.42 -
YUV 108.72 68.9 83.27 -
System Red Green Blue C M Y K H S L
Decimal 46 161 4 0.71 0 0.98 0.37 103.95 0.95 0.32
Hex 2E A1 4 47 0 62 25 68 5F 20
Octal 56 241 4 107 0 142 45 150 137 40
Binary 101110 10100001 100 1000111 0 1100010 100101 1101000 1011111 100000

Color Harmonies of #2EA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA104

Black with #2EA104

Text Example


Text Example

White with #2EA104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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