Html Css Color HEX #2EB915 Kelly Green

📋 copy color: '#2EB915'

red 46 ◦ green 185 ◦ blue 21

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

Shades of Kelly Green #2EB915

Tints of Kelly Green #2EB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 73.41%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 18.25%
G = 73.41%
B = 8.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#2EB915 (or 0x2EB915) is known color: Kelly Green. HEX triplet: 2E, B9 and 15. RGB value is (46,185,21). Sum of RGB (Red+Green+Blue) = 46+185+21=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 185 (72.66% from 255 or 73.41% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB915 is #D146EA. Grayscale: #7D7D7D. Windows color (decimal): -13715179 or 1423662. OLE color: 1423662.

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

Color convert

RGB 46 185 21 -
CMYK 0.75 0 0.89 0.27
HSL 110.85º 0.8% 0.4% -
HSV(B) 110.85º 0.89% 0.73% -
XYZ 18.61 35.33 6.55 -
YUV 124.74 69.45 71.84 -
System Red Green Blue C M Y K H S L
Decimal 46 185 21 0.75 0 0.89 0.27 110.85 0.8 0.4
Hex 2E B9 15 4B 0 59 1B 6F 50 28
Octal 56 271 25 113 0 131 33 157 120 50
Binary 101110 10111001 10101 1001011 0 1011001 11011 1101111 1010000 101000

Color Harmonies of #2EB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB915

Black with #2EB915

Text Example


Text Example

White with #2EB915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,21); }

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

background-color css

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

 a { background-color: rgb(46,185,21); }

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

border-color css

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

 span { border-color: rgb(46,185,21); }

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