Html Css Color HEX #2EBC24 Lime Green

📋 copy color: '#2EBC24'

red 46 ◦ green 188 ◦ blue 36

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

Shades of Lime Green #2EBC24

Tints of Lime Green #2EBC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.33%

R = 17.04%
G = 69.63%
B = 13.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#2EBC24 (or 0x2EBC24) is known color: Lime Green. HEX triplet: 2E, BC and 24. RGB value is (46,188,36). Sum of RGB (Red+Green+Blue) = 46+188+36=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC24 is #D143DB. Grayscale: #808080. Windows color (decimal): -13714396 or 2407470. OLE color: 2407470.

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

Color convert

RGB 46 188 36 -
CMYK 0.76 0 0.81 0.26
HSL 116.05º 0.68% 0.44% -
HSV(B) 116.05º 0.81% 0.74% -
XYZ 19.43 36.67 7.72 -
YUV 128.21 75.96 69.36 -
System Red Green Blue C M Y K H S L
Decimal 46 188 36 0.76 0 0.81 0.26 116.05 0.68 0.44
Hex 2E BC 24 4C 0 51 1A 74 44 2C
Octal 56 274 44 114 0 121 32 164 104 54
Binary 101110 10111100 100100 1001100 0 1010001 11010 1110100 1000100 101100

Color Harmonies of #2EBC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC24

Black with #2EBC24

Text Example


Text Example

White with #2EBC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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