Html Css Color HEX #2EB40E Kelly Green

📋 copy color: '#2EB40E'

red 46 ◦ green 180 ◦ blue 14

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

Shades of Kelly Green #2EB40E

Tints of Kelly Green #2EB40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 19.17%
G = 75%
B = 5.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#2EB40E (or 0x2EB40E) is known color: Kelly Green. HEX triplet: 2E, B4 and 0E. RGB value is (46,180,14). Sum of RGB (Red+Green+Blue) = 46+180+14=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB40E is #D14BF1. Grayscale: #797979. Windows color (decimal): -13716466 or 963630. OLE color: 963630.

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

Color convert

RGB 46 180 14 -
CMYK 0.74 0 0.92 0.29
HSL 108.43º 0.86% 0.38% -
HSV(B) 108.43º 0.92% 0.71% -
XYZ 17.53 33.26 5.91 -
YUV 121.01 67.61 74.5 -
System Red Green Blue C M Y K H S L
Decimal 46 180 14 0.74 0 0.92 0.29 108.43 0.86 0.38
Hex 2E B4 E 4A 0 5C 1D 6C 56 26
Octal 56 264 16 112 0 134 35 154 126 46
Binary 101110 10110100 1110 1001010 0 1011100 11101 1101100 1010110 100110

Color Harmonies of #2EB40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB40E

Black with #2EB40E

Text Example


Text Example

White with #2EB40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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