Html Css Color HEX #2EBF12 Kelly Green

📋 copy color: '#2EBF12'

red 46 ◦ green 191 ◦ blue 18

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

Shades of Kelly Green #2EBF12

Tints of Kelly Green #2EBF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 18.04%
G = 74.9%
B = 7.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#2EBF12 (or 0x2EBF12) is known color: Kelly Green. HEX triplet: 2E, BF and 12. RGB value is (46,191,18). Sum of RGB (Red+Green+Blue) = 46+191+18=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBF12 is #D140ED. Grayscale: #808080. Windows color (decimal): -13713646 or 1228590. OLE color: 1228590.

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

Color convert

RGB 46 191 18 -
CMYK 0.76 0 0.91 0.25
HSL 110.29º 0.83% 0.41% -
HSV(B) 110.29º 0.91% 0.75% -
XYZ 19.87 37.89 6.84 -
YUV 127.92 65.96 69.57 -
System Red Green Blue C M Y K H S L
Decimal 46 191 18 0.76 0 0.91 0.25 110.29 0.83 0.41
Hex 2E BF 12 4C 0 5B 19 6E 53 29
Octal 56 277 22 114 0 133 31 156 123 51
Binary 101110 10111111 10010 1001100 0 1011011 11001 1101110 1010011 101001

Color Harmonies of #2EBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF12

Black with #2EBF12

Text Example


Text Example

White with #2EBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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