Html Css Color HEX #2EB80F Kelly Green

📋 copy color: '#2EB80F'

red 46 ◦ green 184 ◦ blue 15

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

Shades of Kelly Green #2EB80F

Tints of Kelly Green #2EB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 75.1%

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

R = 18.78%
G = 75.1%
B = 6.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#2EB80F (or 0x2EB80F) is known color: Kelly Green. HEX triplet: 2E, B8 and 0F. RGB value is (46,184,15). Sum of RGB (Red+Green+Blue) = 46+184+15=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB80F is #D147F0. Grayscale: #7C7C7C. Windows color (decimal): -13715441 or 1030190. OLE color: 1030190.

HSL color Cylindrical-coordinate representation of color #2EB80F: hue angle of 108.99º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EB80F is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 15 -
CMYK 0.75 0 0.92 0.28
HSL 108.99º 0.85% 0.39% -
HSV(B) 108.99º 0.92% 0.72% -
XYZ 18.35 34.9 6.22 -
YUV 123.47 66.78 72.74 -
System Red Green Blue C M Y K H S L
Decimal 46 184 15 0.75 0 0.92 0.28 108.99 0.85 0.39
Hex 2E B8 F 4B 0 5C 1C 6D 55 27
Octal 56 270 17 113 0 134 34 155 125 47
Binary 101110 10111000 1111 1001011 0 1011100 11100 1101101 1010101 100111

Color Harmonies of #2EB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB80F

Black with #2EB80F

Text Example


Text Example

White with #2EB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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