Html Css Color HEX #2EC307 Kelly Green

📋 copy color: '#2EC307'

red 46 ◦ green 195 ◦ blue 7

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

Shades of Kelly Green #2EC307

Tints of Kelly Green #2EC307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78.63%

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

R = 18.55%
G = 78.63%
B = 2.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#2EC307 (or 0x2EC307) is known color: Kelly Green. HEX triplet: 2E, C3 and 07. RGB value is (46,195,7). Sum of RGB (Red+Green+Blue) = 46+195+7=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC307 is #D13CF8. Grayscale: #818181. Windows color (decimal): -13712633 or 508718. OLE color: 508718.

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

Color convert

RGB 46 195 7 -
CMYK 0.76 0 0.96 0.24
HSL 107.55º 0.93% 0.4% -
HSV(B) 107.55º 0.96% 0.76% -
XYZ 20.68 39.63 6.76 -
YUV 129.02 59.14 68.79 -
System Red Green Blue C M Y K H S L
Decimal 46 195 7 0.76 0 0.96 0.24 107.55 0.93 0.4
Hex 2E C3 7 4C 0 60 18 6C 5D 28
Octal 56 303 7 114 0 140 30 154 135 50
Binary 101110 11000011 111 1001100 0 1100000 11000 1101100 1011101 101000

Color Harmonies of #2EC307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC307

Black with #2EC307

Text Example


Text Example

White with #2EC307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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