Html Css Color HEX #2EC30F Kelly Green

📋 copy color: '#2EC30F'

red 46 ◦ green 195 ◦ blue 15

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

Shades of Kelly Green #2EC30F

Tints of Kelly Green #2EC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 17.97%
G = 76.17%
B = 5.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#2EC30F (or 0x2EC30F) is known color: Kelly Green. HEX triplet: 2E, C3 and 0F. RGB value is (46,195,15). Sum of RGB (Red+Green+Blue) = 46+195+15=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC30F is #D13CF0. Grayscale: #828282. Windows color (decimal): -13712625 or 1033006. OLE color: 1033006.

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

Color convert

RGB 46 195 15 -
CMYK 0.76 0 0.92 0.24
HSL 109.67º 0.86% 0.41% -
HSV(B) 109.67º 0.92% 0.76% -
XYZ 20.73 39.65 7.01 -
YUV 129.93 63.14 68.14 -
System Red Green Blue C M Y K H S L
Decimal 46 195 15 0.76 0 0.92 0.24 109.67 0.86 0.41
Hex 2E C3 F 4C 0 5C 18 6E 56 29
Octal 56 303 17 114 0 134 30 156 126 51
Binary 101110 11000011 1111 1001100 0 1011100 11000 1101110 1010110 101001

Color Harmonies of #2EC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC30F

Black with #2EC30F

Text Example


Text Example

White with #2EC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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