Html Css Color HEX #2EC10A Kelly Green

📋 copy color: '#2EC10A'

red 46 ◦ green 193 ◦ blue 10

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

Shades of Kelly Green #2EC10A

Tints of Kelly Green #2EC10A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 77.51%

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 18.47%
G = 77.51%
B = 4.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#2EC10A (or 0x2EC10A) is known color: Kelly Green. HEX triplet: 2E, C1 and 0A. RGB value is (46,193,10). Sum of RGB (Red+Green+Blue) = 46+193+10=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 193 (75.78% from 255 or 77.51% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC10A is #D13EF5. Grayscale: #808080. Windows color (decimal): -13713142 or 704814. OLE color: 704814.

HSL color Cylindrical-coordinate representation of color #2EC10A: hue angle of 108.2º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EC10A is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 10 -
CMYK 0.76 0 0.95 0.24
HSL 108.2º 0.9% 0.4% -
HSV(B) 108.2º 0.95% 0.76% -
XYZ 20.25 38.74 6.7 -
YUV 128.19 61.3 69.38 -
System Red Green Blue C M Y K H S L
Decimal 46 193 10 0.76 0 0.95 0.24 108.2 0.9 0.4
Hex 2E C1 A 4C 0 5F 18 6C 5A 28
Octal 56 301 12 114 0 137 30 154 132 50
Binary 101110 11000001 1010 1001100 0 1011111 11000 1101100 1011010 101000

Color Harmonies of #2EC10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC10A

Black with #2EC10A

Text Example


Text Example

White with #2EC10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,10); }

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

background-color css

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

 a { background-color: rgb(46,193,10); }

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

border-color css

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

 span { border-color: rgb(46,193,10); }

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