Html Css Color HEX #2CE140 Lime Green

📋 copy color: '#2CE140'

red 44 ◦ green 225 ◦ blue 64

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

Shades of Lime Green #2CE140

Tints of Lime Green #2CE140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 13.21%
G = 67.57%
B = 19.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#2CE140 (or 0x2CE140) is known color: Lime Green. HEX triplet: 2C, E1 and 40. RGB value is (44,225,64). Sum of RGB (Red+Green+Blue) = 44+225+64=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE140 is #D31EBF. Grayscale: #989898. Windows color (decimal): -13835968 or 4251948. OLE color: 4251948.

HSL color Cylindrical-coordinate representation of color #2CE140: hue angle of 126.63º 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 #2CE140 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 225 64 -
CMYK 0.80 0 0.72 0.12
HSL 126.63º 0.75% 0.53% -
HSV(B) 126.63º 0.8% 0.88% -
XYZ 28.89 54.76 13.9 -
YUV 152.53 78.03 50.59 -
System Red Green Blue C M Y K H S L
Decimal 44 225 64 0.80 0 0.72 0.12 126.63 0.75 0.53
Hex 2C E1 40 50 0 48 C 7F 4B 35
Octal 54 341 100 120 0 110 14 177 113 65
Binary 101100 11100001 1000000 1010000 0 1001000 1100 1111111 1001011 110101

Color Harmonies of #2CE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE140

Black with #2CE140

Text Example


Text Example

White with #2CE140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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