Html Css Color HEX #2EEC35 Lime Green

📋 copy color: '#2EEC35'

red 46 ◦ green 236 ◦ blue 53

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

Shades of Lime Green #2EEC35

Tints of Lime Green #2EEC35

RGB

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

 GREEN value IS 236 (92.58% from 255) = 70.45%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 13.73%
G = 70.45%
B = 15.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#2EEC35 (or 0x2EEC35) is known color: Lime Green. HEX triplet: 2E, EC and 35. RGB value is (46,236,53). Sum of RGB (Red+Green+Blue) = 46+236+53=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEC35 is #D113CA. Grayscale: #9E9E9E. Windows color (decimal): -13702091 or 3533870. OLE color: 3533870.

HSL color Cylindrical-coordinate representation of color #2EEC35: hue angle of 122.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC35 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 53 -
CMYK 0.81 0 0.78 0.07
HSL 122.21º 0.83% 0.55% -
HSV(B) 122.21º 0.81% 0.93% -
XYZ 31.76 60.83 13.44 -
YUV 158.33 68.55 47.88 -
System Red Green Blue C M Y K H S L
Decimal 46 236 53 0.81 0 0.78 0.07 122.21 0.83 0.55
Hex 2E EC 35 51 0 4E 7 7A 53 37
Octal 56 354 65 121 0 116 7 172 123 67
Binary 101110 11101100 110101 1010001 0 1001110 111 1111010 1010011 110111

Color Harmonies of #2EEC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC35

Black with #2EEC35

Text Example


Text Example

White with #2EEC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,236,53); }

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

background-color css

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

 a { background-color: rgb(46,236,53); }

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

border-color css

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

 span { border-color: rgb(46,236,53); }

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