Html Css Color HEX #2CE142 Lime Green

📋 copy color: '#2CE142'

red 44 ◦ green 225 ◦ blue 66

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

Shades of Lime Green #2CE142

Tints of Lime Green #2CE142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.7%

R = 13.13%
G = 67.16%
B = 19.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#2CE142 (or 0x2CE142) is known color: Lime Green. HEX triplet: 2C, E1 and 42. RGB value is (44,225,66). Sum of RGB (Red+Green+Blue) = 44+225+66=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE142 is #D31EBD. Grayscale: #999999. Windows color (decimal): -13835966 or 4383020. OLE color: 4383020.

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

Color convert

RGB 44 225 66 -
CMYK 0.80 0 0.71 0.12
HSL 127.29º 0.75% 0.53% -
HSV(B) 127.29º 0.8% 0.88% -
XYZ 28.95 54.78 14.2 -
YUV 152.76 79.03 50.43 -
System Red Green Blue C M Y K H S L
Decimal 44 225 66 0.80 0 0.71 0.12 127.29 0.75 0.53
Hex 2C E1 42 50 0 47 C 7F 4B 35
Octal 54 341 102 120 0 107 14 177 113 65
Binary 101100 11100001 1000010 1010000 0 1000111 1100 1111111 1001011 110101

Color Harmonies of #2CE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE142

Black with #2CE142

Text Example


Text Example

White with #2CE142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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