Html Css Color HEX #2EFB36 Lime Green

📋 copy color: '#2EFB36'

red 46 ◦ green 251 ◦ blue 54

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

Shades of Lime Green #2EFB36

Tints of Lime Green #2EFB36

RGB

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

 GREEN value IS 251 (98.44% from 255) = 71.51%

 BLUE value IS 54 (21.48% from 255) = 15.38%

R = 13.11%
G = 71.51%
B = 15.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#2EFB36 (or 0x2EFB36) is known color: Lime Green. HEX triplet: 2E, FB and 36. RGB value is (46,251,54). Sum of RGB (Red+Green+Blue) = 46+251+54=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 251 (98.44% from 255 or 71.51% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB36 is #D104C9. Grayscale: #A7A7A7. Windows color (decimal): -13698250 or 3603246. OLE color: 3603246.

HSL color Cylindrical-coordinate representation of color #2EFB36: hue angle of 122.34º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB36 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 251 54 -
CMYK 0.82 0 0.78 0.02
HSL 122.34º 0.96% 0.58% -
HSV(B) 122.34º 0.82% 0.98% -
XYZ 36.29 69.84 15.06 -
YUV 167.25 64.08 41.52 -
System Red Green Blue C M Y K H S L
Decimal 46 251 54 0.82 0 0.78 0.02 122.34 0.96 0.58
Hex 2E FB 36 52 0 4E 2 7A 60 3A
Octal 56 373 66 122 0 116 2 172 140 72
Binary 101110 11111011 110110 1010010 0 1001110 10 1111010 1100000 111010

Color Harmonies of #2EFB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFB36

Black with #2EFB36

Text Example


Text Example

White with #2EFB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,251,54); }

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

background-color css

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

 a { background-color: rgb(46,251,54); }

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

border-color css

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

 span { border-color: rgb(46,251,54); }

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