Html Css Color HEX #2EBE01 Kelly Green

📋 copy color: '#2EBE01'

red 46 ◦ green 190 ◦ blue 1

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

Shades of Kelly Green #2EBE01

Tints of Kelly Green #2EBE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 80.17%

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

R = 19.41%
G = 80.17%
B = 0.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#2EBE01 (or 0x2EBE01) is known color: Kelly Green. HEX triplet: 2E, BE and 01. RGB value is (46,190,1). Sum of RGB (Red+Green+Blue) = 46+190+1=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 190 (74.61% from 255 or 80.17% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBE01 is #D141FE. Grayscale: #7E7E7E. Windows color (decimal): -13713919 or 114222. OLE color: 114222.

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

Color convert

RGB 46 190 1 -
CMYK 0.76 0 0.99 0.25
HSL 105.71º 0.99% 0.37% -
HSV(B) 105.71º 0.99% 0.75% -
XYZ 19.55 37.41 6.22 -
YUV 125.4 57.79 71.37 -
System Red Green Blue C M Y K H S L
Decimal 46 190 1 0.76 0 0.99 0.25 105.71 0.99 0.37
Hex 2E BE 1 4C 0 63 19 6A 63 25
Octal 56 276 1 114 0 143 31 152 143 45
Binary 101110 10111110 1 1001100 0 1100011 11001 1101010 1100011 100101

Color Harmonies of #2EBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE01

Black with #2EBE01

Text Example


Text Example

White with #2EBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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