Html Css Color HEX #2EA80F Kelly Green

📋 copy color: '#2EA80F'

red 46 ◦ green 168 ◦ blue 15

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

Shades of Kelly Green #2EA80F

Tints of Kelly Green #2EA80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 73.36%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 20.09%
G = 73.36%
B = 6.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#2EA80F (or 0x2EA80F) is known color: Kelly Green. HEX triplet: 2E, A8 and 0F. RGB value is (46,168,15). Sum of RGB (Red+Green+Blue) = 46+168+15=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 168 (66.02% from 255 or 73.36% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA80F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA80F is #D157F0. Grayscale: #727272. Windows color (decimal): -13719537 or 1026094. OLE color: 1026094.

HSL color Cylindrical-coordinate representation of color #2EA80F: hue angle of 107.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EA80F is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 15 -
CMYK 0.73 0 0.91 0.34
HSL 107.84º 0.84% 0.36% -
HSV(B) 107.84º 0.91% 0.66% -
XYZ 15.22 28.62 5.17 -
YUV 114.08 72.08 79.44 -
System Red Green Blue C M Y K H S L
Decimal 46 168 15 0.73 0 0.91 0.34 107.84 0.84 0.36
Hex 2E A8 F 49 0 5B 22 6C 54 24
Octal 56 250 17 111 0 133 42 154 124 44
Binary 101110 10101000 1111 1001001 0 1011011 100010 1101100 1010100 100100

Color Harmonies of #2EA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA80F

Black with #2EA80F

Text Example


Text Example

White with #2EA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,168,15); }

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

background-color css

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

 a { background-color: rgb(46,168,15); }

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

border-color css

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

 span { border-color: rgb(46,168,15); }

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