Html Css Color HEX #2CE349 Lime Green

📋 copy color: '#2CE349'

red 44 ◦ green 227 ◦ blue 73

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

Shades of Lime Green #2CE349

Tints of Lime Green #2CE349

RGB

 RED value IS 44 (17.58% from 255) = 12.79%

 GREEN value IS 227 (89.06% from 255) = 65.99%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 12.79%
G = 65.99%
B = 21.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#2CE349 (or 0x2CE349) is known color: Lime Green. HEX triplet: 2C, E3 and 49. RGB value is (44,227,73). Sum of RGB (Red+Green+Blue) = 44+227+73=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 227 (89.06% from 255 or 65.99% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE349 is #D31CB6. Grayscale: #9B9B9B. Windows color (decimal): -13835447 or 4842284. OLE color: 4842284.

HSL color Cylindrical-coordinate representation of color #2CE349: hue angle of 129.51º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE349 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 227 73 -
CMYK 0.81 0 0.68 0.11
HSL 129.51º 0.77% 0.53% -
HSV(B) 129.51º 0.81% 0.89% -
XYZ 29.71 55.95 15.54 -
YUV 154.73 81.87 49.02 -
System Red Green Blue C M Y K H S L
Decimal 44 227 73 0.81 0 0.68 0.11 129.51 0.77 0.53
Hex 2C E3 49 51 0 44 B 82 4D 35
Octal 54 343 111 121 0 104 13 202 115 65
Binary 101100 11100011 1001001 1010001 0 1000100 1011 10000010 1001101 110101

Color Harmonies of #2CE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE349

Black with #2CE349

Text Example


Text Example

White with #2CE349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,227,73); }

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

background-color css

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

 a { background-color: rgb(44,227,73); }

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

border-color css

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

 span { border-color: rgb(44,227,73); }

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