Html Css Color HEX #2EB414 Kelly Green

📋 copy color: '#2EB414'

red 46 ◦ green 180 ◦ blue 20

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

Shades of Kelly Green #2EB414

Tints of Kelly Green #2EB414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 18.7%
G = 73.17%
B = 8.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#2EB414 (or 0x2EB414) is known color: Kelly Green. HEX triplet: 2E, B4 and 14. RGB value is (46,180,20). Sum of RGB (Red+Green+Blue) = 46+180+20=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB414 is #D14BEB. Grayscale: #7A7A7A. Windows color (decimal): -13716460 or 1356846. OLE color: 1356846.

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

Color convert

RGB 46 180 20 -
CMYK 0.74 0 0.89 0.29
HSL 110.25º 0.8% 0.39% -
HSV(B) 110.25º 0.89% 0.71% -
XYZ 17.57 33.27 6.16 -
YUV 121.69 70.61 74.01 -
System Red Green Blue C M Y K H S L
Decimal 46 180 20 0.74 0 0.89 0.29 110.25 0.8 0.39
Hex 2E B4 14 4A 0 59 1D 6E 50 27
Octal 56 264 24 112 0 131 35 156 120 47
Binary 101110 10110100 10100 1001010 0 1011001 11101 1101110 1010000 100111

Color Harmonies of #2EB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB414

Black with #2EB414

Text Example


Text Example

White with #2EB414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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