Html Css Color HEX #2EAF10 Kelly Green

📋 copy color: '#2EAF10'

red 46 ◦ green 175 ◦ blue 16

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

Shades of Kelly Green #2EAF10

Tints of Kelly Green #2EAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.84%

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 19.41%
G = 73.84%
B = 6.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#2EAF10 (or 0x2EAF10) is known color: Kelly Green. HEX triplet: 2E, AF and 10. RGB value is (46,175,16). Sum of RGB (Red+Green+Blue) = 46+175+16=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAF10 is #D150EF. Grayscale: #767676. Windows color (decimal): -13717744 or 1093422. OLE color: 1093422.

HSL color Cylindrical-coordinate representation of color #2EAF10: hue angle of 108.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EAF10 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 175 16 -
CMYK 0.74 0 0.91 0.31
HSL 108.68º 0.83% 0.37% -
HSV(B) 108.68º 0.91% 0.69% -
XYZ 16.55 31.28 5.66 -
YUV 118.3 70.26 76.43 -
System Red Green Blue C M Y K H S L
Decimal 46 175 16 0.74 0 0.91 0.31 108.68 0.83 0.37
Hex 2E AF 10 4A 0 5B 1F 6D 53 25
Octal 56 257 20 112 0 133 37 155 123 45
Binary 101110 10101111 10000 1001010 0 1011011 11111 1101101 1010011 100101

Color Harmonies of #2EAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAF10

Black with #2EAF10

Text Example


Text Example

White with #2EAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,175,16); }

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

background-color css

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

 a { background-color: rgb(46,175,16); }

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

border-color css

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

 span { border-color: rgb(46,175,16); }

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