Html Css Color HEX #2EF52D Lime Green

📋 copy color: '#2EF52D'

red 46 ◦ green 245 ◦ blue 45

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

Shades of Lime Green #2EF52D

Tints of Lime Green #2EF52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 13.69%
G = 72.92%
B = 13.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#2EF52D (or 0x2EF52D) is known color: Lime Green. HEX triplet: 2E, F5 and 2D. RGB value is (46,245,45). Sum of RGB (Red+Green+Blue) = 46+245+45=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 245 (96.09% from 255 or 72.92% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF52D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF52D is #D10AD2. Grayscale: #A3A3A3. Windows color (decimal): -13699795 or 3011886. OLE color: 3011886.

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

Color convert

RGB 46 245 45 -
CMYK 0.81 0 0.82 0.04
HSL 119.7º 0.91% 0.57% -
HSV(B) 119.7º 0.82% 0.96% -
XYZ 34.25 66.08 13.43 -
YUV 162.7 61.57 44.76 -
System Red Green Blue C M Y K H S L
Decimal 46 245 45 0.81 0 0.82 0.04 119.7 0.91 0.57
Hex 2E F5 2D 51 0 52 4 78 5B 39
Octal 56 365 55 121 0 122 4 170 133 71
Binary 101110 11110101 101101 1010001 0 1010010 100 1111000 1011011 111001

Color Harmonies of #2EF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF52D

Black with #2EF52D

Text Example


Text Example

White with #2EF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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