Html Css Color HEX #2EF527 Lime Green

📋 copy color: '#2EF527'

red 46 ◦ green 245 ◦ blue 39

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

Shades of Lime Green #2EF527

Tints of Lime Green #2EF527

RGB

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

 GREEN value IS 245 (96.09% from 255) = 74.24%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 13.94%
G = 74.24%
B = 11.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#2EF527 (or 0x2EF527) is known color: Lime Green. HEX triplet: 2E, F5 and 27. RGB value is (46,245,39). Sum of RGB (Red+Green+Blue) = 46+245+39=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 245 (96.09% from 255 or 74.24% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF527 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF527 is #D10AD8. Grayscale: #A2A2A2. Windows color (decimal): -13699801 or 2618670. OLE color: 2618670.

HSL color Cylindrical-coordinate representation of color #2EF527: hue angle of 117.96º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EF527 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 245 39 -
CMYK 0.81 0 0.84 0.04
HSL 117.96º 0.91% 0.56% -
HSV(B) 117.96º 0.84% 0.96% -
XYZ 34.15 66.03 12.87 -
YUV 162.02 58.57 45.25 -
System Red Green Blue C M Y K H S L
Decimal 46 245 39 0.81 0 0.84 0.04 117.96 0.91 0.56
Hex 2E F5 27 51 0 54 4 76 5B 38
Octal 56 365 47 121 0 124 4 166 133 70
Binary 101110 11110101 100111 1010001 0 1010100 100 1110110 1011011 111000

Color Harmonies of #2EF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF527

Black with #2EF527

Text Example


Text Example

White with #2EF527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,245,39); }

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

background-color css

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

 a { background-color: rgb(46,245,39); }

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

border-color css

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

 span { border-color: rgb(46,245,39); }

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