Html Css Color HEX #2EB30A Kelly Green

📋 copy color: '#2EB30A'

red 46 ◦ green 179 ◦ blue 10

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

Shades of Kelly Green #2EB30A

Tints of Kelly Green #2EB30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.17%

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

R = 19.57%
G = 76.17%
B = 4.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#2EB30A (or 0x2EB30A) is known color: Kelly Green. HEX triplet: 2E, B3 and 0A. RGB value is (46,179,10). Sum of RGB (Red+Green+Blue) = 46+179+10=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB30A is #D14CF5. Grayscale: #787878. Windows color (decimal): -13716726 or 701230. OLE color: 701230.

HSL color Cylindrical-coordinate representation of color #2EB30A: hue angle of 107.22º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EB30A is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 10 -
CMYK 0.74 0 0.94 0.30
HSL 107.22º 0.89% 0.37% -
HSV(B) 107.22º 0.94% 0.7% -
XYZ 17.3 32.84 5.71 -
YUV 119.97 65.94 75.24 -
System Red Green Blue C M Y K H S L
Decimal 46 179 10 0.74 0 0.94 0.30 107.22 0.89 0.37
Hex 2E B3 A 4A 0 5E 1E 6B 59 25
Octal 56 263 12 112 0 136 36 153 131 45
Binary 101110 10110011 1010 1001010 0 1011110 11110 1101011 1011001 100101

Color Harmonies of #2EB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB30A

Black with #2EB30A

Text Example


Text Example

White with #2EB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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