Html Css Color HEX #2EBE04 Kelly Green

📋 copy color: '#2EBE04'

red 46 ◦ green 190 ◦ blue 4

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

Shades of Kelly Green #2EBE04

Tints of Kelly Green #2EBE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 19.17%
G = 79.17%
B = 1.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#2EBE04 (or 0x2EBE04) is known color: Kelly Green. HEX triplet: 2E, BE and 04. RGB value is (46,190,4). Sum of RGB (Red+Green+Blue) = 46+190+4=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 190 (74.61% from 255 or 79.17% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBE04 is #D141FB. Grayscale: #7E7E7E. Windows color (decimal): -13713916 or 310830. OLE color: 310830.

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

Color convert

RGB 46 190 4 -
CMYK 0.76 0 0.98 0.25
HSL 106.45º 0.96% 0.38% -
HSV(B) 106.45º 0.98% 0.75% -
XYZ 19.56 37.42 6.31 -
YUV 125.74 59.29 71.12 -
System Red Green Blue C M Y K H S L
Decimal 46 190 4 0.76 0 0.98 0.25 106.45 0.96 0.38
Hex 2E BE 4 4C 0 62 19 6A 60 26
Octal 56 276 4 114 0 142 31 152 140 46
Binary 101110 10111110 100 1001100 0 1100010 11001 1101010 1100000 100110

Color Harmonies of #2EBE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE04

Black with #2EBE04

Text Example


Text Example

White with #2EBE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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