Html Css Color HEX #2EAD1B Kelly Green

📋 copy color: '#2EAD1B'

red 46 ◦ green 173 ◦ blue 27

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

Shades of Kelly Green #2EAD1B

Tints of Kelly Green #2EAD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 70.33%

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 18.7%
G = 70.33%
B = 10.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#2EAD1B (or 0x2EAD1B) is known color: Kelly Green. HEX triplet: 2E, AD and 1B. RGB value is (46,173,27). Sum of RGB (Red+Green+Blue) = 46+173+27=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 173 (67.97% from 255 or 70.33% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAD1B is #D152E4. Grayscale: #767676. Windows color (decimal): -13718245 or 1813806. OLE color: 1813806.

HSL color Cylindrical-coordinate representation of color #2EAD1B: hue angle of 112.19º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EAD1B is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 27 -
CMYK 0.73 0 0.84 0.32
HSL 112.19º 0.73% 0.39% -
HSV(B) 112.19º 0.84% 0.68% -
XYZ 16.27 30.55 6.08 -
YUV 118.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 46 173 27 0.73 0 0.84 0.32 112.19 0.73 0.39
Hex 2E AD 1B 49 0 54 20 70 49 27
Octal 56 255 33 111 0 124 40 160 111 47
Binary 101110 10101101 11011 1001001 0 1010100 100000 1110000 1001001 100111

Color Harmonies of #2EAD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD1B

Black with #2EAD1B

Text Example


Text Example

White with #2EAD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,173,27); }

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

background-color css

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

 a { background-color: rgb(46,173,27); }

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

border-color css

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

 span { border-color: rgb(46,173,27); }

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