Html Css Color HEX #2EFA3E Lime Green

📋 copy color: '#2EFA3E'

red 46 ◦ green 250 ◦ blue 62

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

Shades of Lime Green #2EFA3E

Tints of Lime Green #2EFA3E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 69.83%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 12.85%
G = 69.83%
B = 17.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2EFA3E (or 0x2EFA3E) is known color: Lime Green. HEX triplet: 2E, FA and 3E. RGB value is (46,250,62). Sum of RGB (Red+Green+Blue) = 46+250+62=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 250 (98.05% from 255 or 69.83% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA3E is #D105C1. Grayscale: #A8A8A8. Windows color (decimal): -13698498 or 4127278. OLE color: 4127278.

HSL color Cylindrical-coordinate representation of color #2EFA3E: hue angle of 124.71º degrees, saturation: 0.95, 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 #2EFA3E is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 62 -
CMYK 0.82 0 0.75 0.02
HSL 124.71º 0.95% 0.58% -
HSV(B) 124.71º 0.82% 0.98% -
XYZ 36.18 69.3 16.03 -
YUV 167.57 68.41 41.29 -
System Red Green Blue C M Y K H S L
Decimal 46 250 62 0.82 0 0.75 0.02 124.71 0.95 0.58
Hex 2E FA 3E 52 0 4B 2 7D 5F 3A
Octal 56 372 76 122 0 113 2 175 137 72
Binary 101110 11111010 111110 1010010 0 1001011 10 1111101 1011111 111010

Color Harmonies of #2EFA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFA3E

Black with #2EFA3E

Text Example


Text Example

White with #2EFA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,250,62); }

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

background-color css

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

 a { background-color: rgb(46,250,62); }

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

border-color css

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

 span { border-color: rgb(46,250,62); }

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