Html Css Color HEX #2EB501 Kelly Green

📋 copy color: '#2EB501'

red 46 ◦ green 181 ◦ blue 1

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

Shades of Kelly Green #2EB501

Tints of Kelly Green #2EB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.39%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 20.18%
G = 79.39%
B = 0.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#2EB501 (or 0x2EB501) is known color: Kelly Green. HEX triplet: 2E, B5 and 01. RGB value is (46,181,1). Sum of RGB (Red+Green+Blue) = 46+181+1=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 181 (71.09% from 255 or 79.39% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB501 is #D14AFE. Grayscale: #787878. Windows color (decimal): -13716223 or 111918. OLE color: 111918.

HSL color Cylindrical-coordinate representation of color #2EB501: hue angle of 105º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EB501 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 181 1 -
CMYK 0.75 0 0.99 0.29
HSL 105º 0.99% 0.36% -
HSV(B) 105º 0.99% 0.71% -
XYZ 17.66 33.63 5.59 -
YUV 120.12 60.77 75.14 -
System Red Green Blue C M Y K H S L
Decimal 46 181 1 0.75 0 0.99 0.29 105 0.99 0.36
Hex 2E B5 1 4B 0 63 1D 69 63 24
Octal 56 265 1 113 0 143 35 151 143 44
Binary 101110 10110101 1 1001011 0 1100011 11101 1101001 1100011 100100

Color Harmonies of #2EB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB501

Black with #2EB501

Text Example


Text Example

White with #2EB501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,181,1); }

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

background-color css

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

 a { background-color: rgb(46,181,1); }

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

border-color css

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

 span { border-color: rgb(46,181,1); }

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