Html Css Color HEX #2EAE07 Kelly Green

📋 copy color: '#2EAE07'

red 46 ◦ green 174 ◦ blue 7

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

Shades of Kelly Green #2EAE07

Tints of Kelly Green #2EAE07

RGB

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

 GREEN value IS 174 (68.36% from 255) = 76.65%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 20.26%
G = 76.65%
B = 3.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#2EAE07 (or 0x2EAE07) is known color: Kelly Green. HEX triplet: 2E, AE and 07. RGB value is (46,174,7). Sum of RGB (Red+Green+Blue) = 46+174+7=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 174 (68.36% from 255 or 76.65% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAE07 is #D151F8. Grayscale: #757575. Windows color (decimal): -13718009 or 503342. OLE color: 503342.

HSL color Cylindrical-coordinate representation of color #2EAE07: hue angle of 105.99º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EAE07 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 174 7 -
CMYK 0.74 0 0.96 0.32
HSL 105.99º 0.92% 0.35% -
HSV(B) 105.99º 0.96% 0.68% -
XYZ 16.3 30.87 5.3 -
YUV 116.69 66.09 77.58 -
System Red Green Blue C M Y K H S L
Decimal 46 174 7 0.74 0 0.96 0.32 105.99 0.92 0.35
Hex 2E AE 7 4A 0 60 20 6A 5C 23
Octal 56 256 7 112 0 140 40 152 134 43
Binary 101110 10101110 111 1001010 0 1100000 100000 1101010 1011100 100011

Color Harmonies of #2EAE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAE07

Black with #2EAE07

Text Example


Text Example

White with #2EAE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,174,7); }

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

background-color css

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

 a { background-color: rgb(46,174,7); }

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

border-color css

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

 span { border-color: rgb(46,174,7); }

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