Html Css Color HEX #2EF42D Lime Green

📋 copy color: '#2EF42D'

red 46 ◦ green 244 ◦ blue 45

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

Shades of Lime Green #2EF42D

Tints of Lime Green #2EF42D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 72.84%

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

R = 13.73%
G = 72.84%
B = 13.43%

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

#2EF42D (or 0x2EF42D) is known color: Lime Green. HEX triplet: 2E, F4 and 2D. RGB value is (46,244,45). Sum of RGB (Red+Green+Blue) = 46+244+45=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF42D is #D10BD2. Grayscale: #A2A2A2. Windows color (decimal): -13700051 or 3011630. OLE color: 3011630.

HSL color Cylindrical-coordinate representation of color #2EF42D: hue angle of 119.7º degrees, saturation: 0.9, 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 #2EF42D is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 244 45 -
CMYK 0.81 0 0.82 0.04
HSL 119.7º 0.9% 0.57% -
HSV(B) 119.7º 0.82% 0.96% -
XYZ 33.95 65.47 13.33 -
YUV 162.11 61.9 45.18 -
System Red Green Blue C M Y K H S L
Decimal 46 244 45 0.81 0 0.82 0.04 119.7 0.9 0.57
Hex 2E F4 2D 51 0 52 4 78 5A 39
Octal 56 364 55 121 0 122 4 170 132 71
Binary 101110 11110100 101101 1010001 0 1010010 100 1111000 1011010 111001

Color Harmonies of #2EF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF42D

Black with #2EF42D

Text Example


Text Example

White with #2EF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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