Html Css Color HEX #2EBC16 Kelly Green

📋 copy color: '#2EBC16'

red 46 ◦ green 188 ◦ blue 22

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

Shades of Kelly Green #2EBC16

Tints of Kelly Green #2EBC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 17.97%
G = 73.44%
B = 8.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#2EBC16 (or 0x2EBC16) is known color: Kelly Green. HEX triplet: 2E, BC and 16. RGB value is (46,188,22). Sum of RGB (Red+Green+Blue) = 46+188+22=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBC16 is #D143E9. Grayscale: #7F7F7F. Windows color (decimal): -13714410 or 1489966. OLE color: 1489966.

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

Color convert

RGB 46 188 22 -
CMYK 0.76 0 0.88 0.26
HSL 111.33º 0.79% 0.41% -
HSV(B) 111.33º 0.88% 0.74% -
XYZ 19.25 36.61 6.81 -
YUV 126.62 68.96 70.5 -
System Red Green Blue C M Y K H S L
Decimal 46 188 22 0.76 0 0.88 0.26 111.33 0.79 0.41
Hex 2E BC 16 4C 0 58 1A 6F 4F 29
Octal 56 274 26 114 0 130 32 157 117 51
Binary 101110 10111100 10110 1001100 0 1011000 11010 1101111 1001111 101001

Color Harmonies of #2EBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC16

Black with #2EBC16

Text Example


Text Example

White with #2EBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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