Html Css Color HEX #2EBA04 Kelly Green

📋 copy color: '#2EBA04'

red 46 ◦ green 186 ◦ blue 4

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

Shades of Kelly Green #2EBA04

Tints of Kelly Green #2EBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 78.81%

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

R = 19.49%
G = 78.81%
B = 1.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#2EBA04 (or 0x2EBA04) is known color: Kelly Green. HEX triplet: 2E, BA and 04. RGB value is (46,186,4). Sum of RGB (Red+Green+Blue) = 46+186+4=236 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.49% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA04 is #D145FB. Grayscale: #7B7B7B. Windows color (decimal): -13714940 or 309806. OLE color: 309806.

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

Color convert

RGB 46 186 4 -
CMYK 0.75 0 0.98 0.27
HSL 106.15º 0.96% 0.37% -
HSV(B) 106.15º 0.98% 0.73% -
XYZ 18.71 35.71 6.02 -
YUV 123.39 60.62 72.8 -
System Red Green Blue C M Y K H S L
Decimal 46 186 4 0.75 0 0.98 0.27 106.15 0.96 0.37
Hex 2E BA 4 4B 0 62 1B 6A 60 25
Octal 56 272 4 113 0 142 33 152 140 45
Binary 101110 10111010 100 1001011 0 1100010 11011 1101010 1100000 100101

Color Harmonies of #2EBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA04

Black with #2EBA04

Text Example


Text Example

White with #2EBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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