Html Css Color HEX #2EC33C Lime Green

📋 copy color: '#2EC33C'

red 46 ◦ green 195 ◦ blue 60

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

Shades of Lime Green #2EC33C

Tints of Lime Green #2EC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.78%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 15.28%
G = 64.78%
B = 19.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#2EC33C (or 0x2EC33C) is known color: Lime Green. HEX triplet: 2E, C3 and 3C. RGB value is (46,195,60). Sum of RGB (Red+Green+Blue) = 46+195+60=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC33C is #D13CC3. Grayscale: #878787. Windows color (decimal): -13712580 or 3982126. OLE color: 3982126.

HSL color Cylindrical-coordinate representation of color #2EC33C: hue angle of 125.64º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC33C is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 60 -
CMYK 0.76 0 0.69 0.24
HSL 125.64º 0.62% 0.47% -
HSV(B) 125.64º 0.76% 0.76% -
XYZ 21.46 39.94 10.85 -
YUV 135.06 85.64 64.48 -
System Red Green Blue C M Y K H S L
Decimal 46 195 60 0.76 0 0.69 0.24 125.64 0.62 0.47
Hex 2E C3 3C 4C 0 45 18 7E 3E 2F
Octal 56 303 74 114 0 105 30 176 76 57
Binary 101110 11000011 111100 1001100 0 1000101 11000 1111110 111110 101111

Color Harmonies of #2EC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC33C

Black with #2EC33C

Text Example


Text Example

White with #2EC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,195,60); }

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

background-color css

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

 a { background-color: rgb(46,195,60); }

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

border-color css

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

 span { border-color: rgb(46,195,60); }

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