Html Css Color HEX #2EB40A Kelly Green

📋 copy color: '#2EB40A'

red 46 ◦ green 180 ◦ blue 10

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

Shades of Kelly Green #2EB40A

Tints of Kelly Green #2EB40A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 76.27%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 19.49%
G = 76.27%
B = 4.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#2EB40A (or 0x2EB40A) is known color: Kelly Green. HEX triplet: 2E, B4 and 0A. RGB value is (46,180,10). Sum of RGB (Red+Green+Blue) = 46+180+10=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB40A is #D14BF5. Grayscale: #797979. Windows color (decimal): -13716470 or 701486. OLE color: 701486.

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

Color convert

RGB 46 180 10 -
CMYK 0.74 0 0.94 0.29
HSL 107.29º 0.89% 0.37% -
HSV(B) 107.29º 0.94% 0.71% -
XYZ 17.5 33.25 5.78 -
YUV 120.55 65.61 74.82 -
System Red Green Blue C M Y K H S L
Decimal 46 180 10 0.74 0 0.94 0.29 107.29 0.89 0.37
Hex 2E B4 A 4A 0 5E 1D 6B 59 25
Octal 56 264 12 112 0 136 35 153 131 45
Binary 101110 10110100 1010 1001010 0 1011110 11101 1101011 1011001 100101

Color Harmonies of #2EB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB40A

Black with #2EB40A

Text Example


Text Example

White with #2EB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,180,10); }

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

background-color css

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

 a { background-color: rgb(46,180,10); }

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

border-color css

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

 span { border-color: rgb(46,180,10); }

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