Html Css Color HEX #2CE148 Lime Green

📋 copy color: '#2CE148'

red 44 ◦ green 225 ◦ blue 72

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

Shades of Lime Green #2CE148

Tints of Lime Green #2CE148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 12.9%
G = 65.98%
B = 21.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#2CE148 (or 0x2CE148) is known color: Lime Green. HEX triplet: 2C, E1 and 48. RGB value is (44,225,72). Sum of RGB (Red+Green+Blue) = 44+225+72=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE148 is #D31EB7. Grayscale: #999999. Windows color (decimal): -13835960 or 4776236. OLE color: 4776236.

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

Color convert

RGB 44 225 72 -
CMYK 0.80 0 0.68 0.12
HSL 129.28º 0.75% 0.53% -
HSV(B) 129.28º 0.8% 0.88% -
XYZ 29.13 54.85 15.18 -
YUV 153.44 82.03 49.94 -
System Red Green Blue C M Y K H S L
Decimal 44 225 72 0.80 0 0.68 0.12 129.28 0.75 0.53
Hex 2C E1 48 50 0 44 C 81 4B 35
Octal 54 341 110 120 0 104 14 201 113 65
Binary 101100 11100001 1001000 1010000 0 1000100 1100 10000001 1001011 110101

Color Harmonies of #2CE148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE148

Black with #2CE148

Text Example


Text Example

White with #2CE148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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