Html Css Color HEX #2EBC12 Kelly Green

📋 copy color: '#2EBC12'

red 46 ◦ green 188 ◦ blue 18

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

Shades of Kelly Green #2EBC12

Tints of Kelly Green #2EBC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.6%

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

R = 18.25%
G = 74.6%
B = 7.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#2EBC12 (or 0x2EBC12) is known color: Kelly Green. HEX triplet: 2E, BC and 12. RGB value is (46,188,18). Sum of RGB (Red+Green+Blue) = 46+188+18=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBC12 is #D143ED. Grayscale: #7E7E7E. Windows color (decimal): -13714414 or 1227822. OLE color: 1227822.

HSL color Cylindrical-coordinate representation of color #2EBC12: hue angle of 110.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EBC12 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 18 -
CMYK 0.76 0 0.90 0.26
HSL 110.12º 0.83% 0.4% -
HSV(B) 110.12º 0.9% 0.74% -
XYZ 19.22 36.59 6.62 -
YUV 126.16 66.96 70.82 -
System Red Green Blue C M Y K H S L
Decimal 46 188 18 0.76 0 0.90 0.26 110.12 0.83 0.4
Hex 2E BC 12 4C 0 5A 1A 6E 53 28
Octal 56 274 22 114 0 132 32 156 123 50
Binary 101110 10111100 10010 1001100 0 1011010 11010 1101110 1010011 101000

Color Harmonies of #2EBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC12

Black with #2EBC12

Text Example


Text Example

White with #2EBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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