Html Css Color HEX #2EBF2C Lime Green

📋 copy color: '#2EBF2C'

red 46 ◦ green 191 ◦ blue 44

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

Shades of Lime Green #2EBF2C

Tints of Lime Green #2EBF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 16.37%
G = 67.97%
B = 15.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#2EBF2C (or 0x2EBF2C) is known color: Lime Green. HEX triplet: 2E, BF and 2C. RGB value is (46,191,44). Sum of RGB (Red+Green+Blue) = 46+191+44=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 191 (75% from 255 or 67.97% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF2C is #D140D3. Grayscale: #838383. Windows color (decimal): -13713620 or 2932526. OLE color: 2932526.

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

Color convert

RGB 46 191 44 -
CMYK 0.76 0 0.77 0.25
HSL 119.18º 0.63% 0.46% -
HSV(B) 119.18º 0.77% 0.75% -
XYZ 20.21 38.02 8.66 -
YUV 130.89 78.96 67.45 -
System Red Green Blue C M Y K H S L
Decimal 46 191 44 0.76 0 0.77 0.25 119.18 0.63 0.46
Hex 2E BF 2C 4C 0 4D 19 77 3F 2E
Octal 56 277 54 114 0 115 31 167 77 56
Binary 101110 10111111 101100 1001100 0 1001101 11001 1110111 111111 101110

Color Harmonies of #2EBF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF2C

Black with #2EBF2C

Text Example


Text Example

White with #2EBF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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