Html Css Color HEX #2EBC0F Kelly Green

📋 copy color: '#2EBC0F'

red 46 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #2EBC0F

Tints of Kelly Green #2EBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.5%

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

R = 18.47%
G = 75.5%
B = 6.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#2EBC0F (or 0x2EBC0F) is known color: Kelly Green. HEX triplet: 2E, BC and 0F. RGB value is (46,188,15). Sum of RGB (Red+Green+Blue) = 46+188+15=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBC0F is #D143F0. Grayscale: #7E7E7E. Windows color (decimal): -13714417 or 1031214. OLE color: 1031214.

HSL color Cylindrical-coordinate representation of color #2EBC0F: hue angle of 109.25º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EBC0F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 15 -
CMYK 0.76 0 0.92 0.26
HSL 109.25º 0.85% 0.4% -
HSV(B) 109.25º 0.92% 0.74% -
XYZ 19.2 36.58 6.5 -
YUV 125.82 65.46 71.07 -
System Red Green Blue C M Y K H S L
Decimal 46 188 15 0.76 0 0.92 0.26 109.25 0.85 0.4
Hex 2E BC F 4C 0 5C 1A 6D 55 28
Octal 56 274 17 114 0 134 32 155 125 50
Binary 101110 10111100 1111 1001100 0 1011100 11010 1101101 1010101 101000

Color Harmonies of #2EBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC0F

Black with #2EBC0F

Text Example


Text Example

White with #2EBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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