Html Css Color HEX #2EBF1B Lime Green

📋 copy color: '#2EBF1B'

red 46 ◦ green 191 ◦ blue 27

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

Shades of Lime Green #2EBF1B

Tints of Lime Green #2EBF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.23%

R = 17.42%
G = 72.35%
B = 10.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#2EBF1B (or 0x2EBF1B) is known color: Lime Green. HEX triplet: 2E, BF and 1B. RGB value is (46,191,27). Sum of RGB (Red+Green+Blue) = 46+191+27=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 191 (75% from 255 or 72.35% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF1B is #D140E4. Grayscale: #818181. Windows color (decimal): -13713637 or 1818414. OLE color: 1818414.

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

Color convert

RGB 46 191 27 -
CMYK 0.76 0 0.86 0.25
HSL 113.05º 0.75% 0.43% -
HSV(B) 113.05º 0.86% 0.75% -
XYZ 19.96 37.92 7.3 -
YUV 128.95 70.46 68.84 -
System Red Green Blue C M Y K H S L
Decimal 46 191 27 0.76 0 0.86 0.25 113.05 0.75 0.43
Hex 2E BF 1B 4C 0 56 19 71 4B 2B
Octal 56 277 33 114 0 126 31 161 113 53
Binary 101110 10111111 11011 1001100 0 1010110 11001 1110001 1001011 101011

Color Harmonies of #2EBF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF1B

Black with #2EBF1B

Text Example


Text Example

White with #2EBF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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