Html Css Color HEX #2EA308 Kelly Green

📋 copy color: '#2EA308'

red 46 ◦ green 163 ◦ blue 8

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

Shades of Kelly Green #2EA308

Tints of Kelly Green #2EA308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 75.12%

 BLUE value IS 8 (3.52% from 255) = 3.69%

R = 21.2%
G = 75.12%
B = 3.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#2EA308 (or 0x2EA308) is known color: Kelly Green. HEX triplet: 2E, A3 and 08. RGB value is (46,163,8). Sum of RGB (Red+Green+Blue) = 46+163+8=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 163 (64.06% from 255 or 75.12% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA308 is #D15CF7. Grayscale: #6E6E6E. Windows color (decimal): -13720824 or 566062. OLE color: 566062.

HSL color Cylindrical-coordinate representation of color #2EA308: hue angle of 105.29º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EA308 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 163 8 -
CMYK 0.72 0 0.95 0.36
HSL 105.29º 0.91% 0.34% -
HSV(B) 105.29º 0.95% 0.64% -
XYZ 14.27 26.79 4.65 -
YUV 110.35 70.24 82.1 -
System Red Green Blue C M Y K H S L
Decimal 46 163 8 0.72 0 0.95 0.36 105.29 0.91 0.34
Hex 2E A3 8 48 0 5F 24 69 5B 22
Octal 56 243 10 110 0 137 44 151 133 42
Binary 101110 10100011 1000 1001000 0 1011111 100100 1101001 1011011 100010

Color Harmonies of #2EA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA308

Black with #2EA308

Text Example


Text Example

White with #2EA308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,163,8); }

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

background-color css

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

 a { background-color: rgb(46,163,8); }

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

border-color css

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

 span { border-color: rgb(46,163,8); }

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