Html Css Color HEX #2EB306 Kelly Green

📋 copy color: '#2EB306'

red 46 ◦ green 179 ◦ blue 6

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

Shades of Kelly Green #2EB306

Tints of Kelly Green #2EB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 77.49%

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

R = 19.91%
G = 77.49%
B = 2.6%

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

#2EB306 (or 0x2EB306) is known color: Kelly Green. HEX triplet: 2E, B3 and 06. RGB value is (46,179,6). Sum of RGB (Red+Green+Blue) = 46+179+6=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 179 (70.31% from 255 or 77.49% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB306 is #D14CF9. Grayscale: #787878. Windows color (decimal): -13716730 or 439086. OLE color: 439086.

HSL color Cylindrical-coordinate representation of color #2EB306: hue angle of 106.13º degrees, saturation: 0.94, 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 #2EB306 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 6 -
CMYK 0.74 0 0.97 0.30
HSL 106.13º 0.94% 0.36% -
HSV(B) 106.13º 0.97% 0.7% -
XYZ 17.28 32.83 5.6 -
YUV 119.51 63.94 75.57 -
System Red Green Blue C M Y K H S L
Decimal 46 179 6 0.74 0 0.97 0.30 106.13 0.94 0.36
Hex 2E B3 6 4A 0 61 1E 6A 5E 24
Octal 56 263 6 112 0 141 36 152 136 44
Binary 101110 10110011 110 1001010 0 1100001 11110 1101010 1011110 100100

Color Harmonies of #2EB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB306

Black with #2EB306

Text Example


Text Example

White with #2EB306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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