Html Css Color HEX #2EFE38 Lime Green

📋 copy color: '#2EFE38'

red 46 ◦ green 254 ◦ blue 56

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

Shades of Lime Green #2EFE38

Tints of Lime Green #2EFE38

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.35%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 12.92%
G = 71.35%
B = 15.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#2EFE38 (or 0x2EFE38) is known color: Lime Green. HEX triplet: 2E, FE and 38. RGB value is (46,254,56). Sum of RGB (Red+Green+Blue) = 46+254+56=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFE38 is #D101C7. Grayscale: #A9A9A9. Windows color (decimal): -13697480 or 3735086. OLE color: 3735086.

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

Color convert

RGB 46 254 56 -
CMYK 0.82 0 0.78 0.00
HSL 122.88º 0.99% 0.59% -
HSV(B) 122.88º 0.82% 1% -
XYZ 37.28 71.75 15.63 -
YUV 169.24 64.09 40.1 -
System Red Green Blue C M Y K H S L
Decimal 46 254 56 0.82 0 0.78 0.00 122.88 0.99 0.59
Hex 2E FE 38 52 0 4E 0 7B 63 3B
Octal 56 376 70 122 0 116 0 173 143 73
Binary 101110 11111110 111000 1010010 0 1001110 0 1111011 1100011 111011

Color Harmonies of #2EFE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFE38

Black with #2EFE38

Text Example


Text Example

White with #2EFE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,254,56); }

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

background-color css

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

 a { background-color: rgb(46,254,56); }

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

border-color css

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

 span { border-color: rgb(46,254,56); }

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