Html Css Color HEX #2CE130 Lime Green

📋 copy color: '#2CE130'

red 44 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #2CE130

Tints of Lime Green #2CE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 13.88%
G = 70.98%
B = 15.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#2CE130 (or 0x2CE130) is known color: Lime Green. HEX triplet: 2C, E1 and 30. RGB value is (44,225,48). Sum of RGB (Red+Green+Blue) = 44+225+48=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE130 is #D31ECF. Grayscale: #979797. Windows color (decimal): -13835984 or 3203372. OLE color: 3203372.

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

Color convert

RGB 44 225 48 -
CMYK 0.80 0 0.79 0.12
HSL 121.33º 0.75% 0.53% -
HSV(B) 121.33º 0.8% 0.88% -
XYZ 28.5 54.6 11.83 -
YUV 150.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 44 225 48 0.80 0 0.79 0.12 121.33 0.75 0.53
Hex 2C E1 30 50 0 4F C 79 4B 35
Octal 54 341 60 120 0 117 14 171 113 65
Binary 101100 11100001 110000 1010000 0 1001111 1100 1111001 1001011 110101

Color Harmonies of #2CE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE130

Black with #2CE130

Text Example


Text Example

White with #2CE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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