Html Css Color HEX #2EFF36 Lime Green

📋 copy color: '#2EFF36'

red 46 ◦ green 255 ◦ blue 54

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

Shades of Lime Green #2EFF36

Tints of Lime Green #2EFF36

RGB

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

 GREEN value IS 255 (100% from 255) = 71.83%

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

R = 12.96%
G = 71.83%
B = 15.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#2EFF36 (or 0x2EFF36) is known color: Lime Green. HEX triplet: 2E, FF and 36. RGB value is (46,255,54). Sum of RGB (Red+Green+Blue) = 46+255+54=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF36 is #D100C9. Grayscale: #AAAAAA. Windows color (decimal): -13697226 or 3604270. OLE color: 3604270.

HSL color Cylindrical-coordinate representation of color #2EFF36: hue angle of 122.3º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF36 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 54 -
CMYK 0.82 0 0.79 0
HSL 122.3º 1% 0.59% -
HSV(B) 122.3º 0.82% 1% -
XYZ 37.55 72.37 15.48 -
YUV 169.6 62.76 39.84 -
System Red Green Blue C M Y K H S L
Decimal 46 255 54 0.82 0 0.79 0 122.3 1 0.59
Hex 2E FF 36 52 0 4F 0 7A 64 3B
Octal 56 377 66 122 0 117 0 172 144 73
Binary 101110 11111111 110110 1010010 0 1001111 0 1111010 1100100 111011

Color Harmonies of #2EFF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF36

Black with #2EFF36

Text Example


Text Example

White with #2EFF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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