Html Css Color HEX #2EC30D Kelly Green

📋 copy color: '#2EC30D'

red 46 ◦ green 195 ◦ blue 13

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

Shades of Kelly Green #2EC30D

Tints of Kelly Green #2EC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 18.11%
G = 76.77%
B = 5.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#2EC30D (or 0x2EC30D) is known color: Kelly Green. HEX triplet: 2E, C3 and 0D. RGB value is (46,195,13). Sum of RGB (Red+Green+Blue) = 46+195+13=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC30D is #D13CF2. Grayscale: #828282. Windows color (decimal): -13712627 or 901934. OLE color: 901934.

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

Color convert

RGB 46 195 13 -
CMYK 0.76 0 0.93 0.24
HSL 109.12º 0.88% 0.41% -
HSV(B) 109.12º 0.93% 0.76% -
XYZ 20.71 39.64 6.94 -
YUV 129.7 62.14 68.3 -
System Red Green Blue C M Y K H S L
Decimal 46 195 13 0.76 0 0.93 0.24 109.12 0.88 0.41
Hex 2E C3 D 4C 0 5D 18 6D 58 29
Octal 56 303 15 114 0 135 30 155 130 51
Binary 101110 11000011 1101 1001100 0 1011101 11000 1101101 1011000 101001

Color Harmonies of #2EC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC30D

Black with #2EC30D

Text Example


Text Example

White with #2EC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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