Html Css Color HEX #2EBA0F Kelly Green

📋 copy color: '#2EBA0F'

red 46 ◦ green 186 ◦ blue 15

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

Shades of Kelly Green #2EBA0F

Tints of Kelly Green #2EBA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 75.3%

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

R = 18.62%
G = 75.3%
B = 6.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#2EBA0F (or 0x2EBA0F) is known color: Kelly Green. HEX triplet: 2E, BA and 0F. RGB value is (46,186,15). Sum of RGB (Red+Green+Blue) = 46+186+15=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA0F is #D145F0. Grayscale: #7D7D7D. Windows color (decimal): -13714929 or 1030702. OLE color: 1030702.

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

Color convert

RGB 46 186 15 -
CMYK 0.75 0 0.92 0.27
HSL 109.12º 0.85% 0.39% -
HSV(B) 109.12º 0.92% 0.73% -
XYZ 18.77 35.73 6.36 -
YUV 124.65 66.12 71.9 -
System Red Green Blue C M Y K H S L
Decimal 46 186 15 0.75 0 0.92 0.27 109.12 0.85 0.39
Hex 2E BA F 4B 0 5C 1B 6D 55 27
Octal 56 272 17 113 0 134 33 155 125 47
Binary 101110 10111010 1111 1001011 0 1011100 11011 1101101 1010101 100111

Color Harmonies of #2EBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA0F

Black with #2EBA0F

Text Example


Text Example

White with #2EBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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