Html Css Color HEX #2EBF13 Kelly Green

📋 copy color: '#2EBF13'

red 46 ◦ green 191 ◦ blue 19

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

Shades of Kelly Green #2EBF13

Tints of Kelly Green #2EBF13

RGB

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

 GREEN value IS 191 (75% from 255) = 74.61%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 17.97%
G = 74.61%
B = 7.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#2EBF13 (or 0x2EBF13) is known color: Kelly Green. HEX triplet: 2E, BF and 13. RGB value is (46,191,19). Sum of RGB (Red+Green+Blue) = 46+191+19=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBF13 is #D140EC. Grayscale: #808080. Windows color (decimal): -13713645 or 1294126. OLE color: 1294126.

HSL color Cylindrical-coordinate representation of color #2EBF13: hue angle of 110.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EBF13 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 191 19 -
CMYK 0.76 0 0.90 0.25
HSL 110.58º 0.82% 0.41% -
HSV(B) 110.58º 0.9% 0.75% -
XYZ 19.88 37.89 6.88 -
YUV 128.04 66.46 69.49 -
System Red Green Blue C M Y K H S L
Decimal 46 191 19 0.76 0 0.90 0.25 110.58 0.82 0.41
Hex 2E BF 13 4C 0 5A 19 6F 52 29
Octal 56 277 23 114 0 132 31 157 122 51
Binary 101110 10111111 10011 1001100 0 1011010 11001 1101111 1010010 101001

Color Harmonies of #2EBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF13

Black with #2EBF13

Text Example


Text Example

White with #2EBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,191,19); }

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

background-color css

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

 a { background-color: rgb(46,191,19); }

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

border-color css

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

 span { border-color: rgb(46,191,19); }

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