Html Css Color HEX #2EB30E Kelly Green

📋 copy color: '#2EB30E'

red 46 ◦ green 179 ◦ blue 14

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

Shades of Kelly Green #2EB30E

Tints of Kelly Green #2EB30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 19.25%
G = 74.9%
B = 5.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#2EB30E (or 0x2EB30E) is known color: Kelly Green. HEX triplet: 2E, B3 and 0E. RGB value is (46,179,14). Sum of RGB (Red+Green+Blue) = 46+179+14=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB30E is #D14CF1. Grayscale: #787878. Windows color (decimal): -13716722 or 963374. OLE color: 963374.

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

Color convert

RGB 46 179 14 -
CMYK 0.74 0 0.92 0.30
HSL 108.36º 0.85% 0.38% -
HSV(B) 108.36º 0.92% 0.7% -
XYZ 17.33 32.85 5.84 -
YUV 120.42 67.94 74.92 -
System Red Green Blue C M Y K H S L
Decimal 46 179 14 0.74 0 0.92 0.30 108.36 0.85 0.38
Hex 2E B3 E 4A 0 5C 1E 6C 55 26
Octal 56 263 16 112 0 134 36 154 125 46
Binary 101110 10110011 1110 1001010 0 1011100 11110 1101100 1010101 100110

Color Harmonies of #2EB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB30E

Black with #2EB30E

Text Example


Text Example

White with #2EB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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