Html Css Color HEX #2EB206 Kelly Green

📋 copy color: '#2EB206'

red 46 ◦ green 178 ◦ blue 6

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

Shades of Kelly Green #2EB206

Tints of Kelly Green #2EB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 77.39%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 20%
G = 77.39%
B = 2.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#2EB206 (or 0x2EB206) is known color: Kelly Green. HEX triplet: 2E, B2 and 06. RGB value is (46,178,6). Sum of RGB (Red+Green+Blue) = 46+178+6=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EB206 is #D14DF9. Grayscale: #777777. Windows color (decimal): -13716986 or 438830. OLE color: 438830.

HSL color Cylindrical-coordinate representation of color #2EB206: hue angle of 106.05º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EB206 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 6 -
CMYK 0.74 0 0.97 0.30
HSL 106.05º 0.93% 0.36% -
HSV(B) 106.05º 0.97% 0.7% -
XYZ 17.08 32.43 5.53 -
YUV 118.92 64.27 75.99 -
System Red Green Blue C M Y K H S L
Decimal 46 178 6 0.74 0 0.97 0.30 106.05 0.93 0.36
Hex 2E B2 6 4A 0 61 1E 6A 5D 24
Octal 56 262 6 112 0 141 36 152 135 44
Binary 101110 10110010 110 1001010 0 1100001 11110 1101010 1011101 100100

Color Harmonies of #2EB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB206

Black with #2EB206

Text Example


Text Example

White with #2EB206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,178,6); }

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

background-color css

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

 a { background-color: rgb(46,178,6); }

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

border-color css

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

 span { border-color: rgb(46,178,6); }

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