Html Css Color HEX #2CE144 Lime Green

📋 copy color: '#2CE144'

red 44 ◦ green 225 ◦ blue 68

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

Shades of Lime Green #2CE144

Tints of Lime Green #2CE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.77%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 13.06%
G = 66.77%
B = 20.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#2CE144 (or 0x2CE144) is known color: Lime Green. HEX triplet: 2C, E1 and 44. RGB value is (44,225,68). Sum of RGB (Red+Green+Blue) = 44+225+68=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE144 is #D31EBB. Grayscale: #999999. Windows color (decimal): -13835964 or 4514092. OLE color: 4514092.

HSL color Cylindrical-coordinate representation of color #2CE144: hue angle of 127.96º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE144 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 225 68 -
CMYK 0.80 0 0.70 0.12
HSL 127.96º 0.75% 0.53% -
HSV(B) 127.96º 0.8% 0.88% -
XYZ 29.01 54.8 14.52 -
YUV 152.98 80.03 50.27 -
System Red Green Blue C M Y K H S L
Decimal 44 225 68 0.80 0 0.70 0.12 127.96 0.75 0.53
Hex 2C E1 44 50 0 46 C 80 4B 35
Octal 54 341 104 120 0 106 14 200 113 65
Binary 101100 11100001 1000100 1010000 0 1000110 1100 10000000 1001011 110101

Color Harmonies of #2CE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE144

Black with #2CE144

Text Example


Text Example

White with #2CE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,225,68); }

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

background-color css

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

 a { background-color: rgb(44,225,68); }

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

border-color css

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

 span { border-color: rgb(44,225,68); }

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