Html Css Color HEX #2EF32C Lime Green

📋 copy color: '#2EF32C'

red 46 ◦ green 243 ◦ blue 44

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

Shades of Lime Green #2EF32C

Tints of Lime Green #2EF32C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.97%

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 13.81%
G = 72.97%
B = 13.21%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#2EF32C (or 0x2EF32C) is known color: Lime Green. HEX triplet: 2E, F3 and 2C. RGB value is (46,243,44). Sum of RGB (Red+Green+Blue) = 46+243+44=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF32C is #D10CD3. Grayscale: #A2A2A2. Windows color (decimal): -13700308 or 2945838. OLE color: 2945838.

HSL color Cylindrical-coordinate representation of color #2EF32C: hue angle of 119.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF32C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 243 44 -
CMYK 0.81 0 0.82 0.05
HSL 119.4º 0.89% 0.56% -
HSV(B) 119.4º 0.82% 0.95% -
XYZ 33.63 64.86 13.13 -
YUV 161.41 61.73 45.68 -
System Red Green Blue C M Y K H S L
Decimal 46 243 44 0.81 0 0.82 0.05 119.4 0.89 0.56
Hex 2E F3 2C 51 0 52 5 77 59 38
Octal 56 363 54 121 0 122 5 167 131 70
Binary 101110 11110011 101100 1010001 0 1010010 101 1110111 1011001 111000

Color Harmonies of #2EF32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF32C

Black with #2EF32C

Text Example


Text Example

White with #2EF32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,243,44); }

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

background-color css

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

 a { background-color: rgb(46,243,44); }

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

border-color css

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

 span { border-color: rgb(46,243,44); }

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