Html Css Color HEX #2CD124 Lime Green

📋 copy color: '#2CD124'

red 44 ◦ green 209 ◦ blue 36

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

Shades of Lime Green #2CD124

Tints of Lime Green #2CD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 72.32%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 15.22%
G = 72.32%
B = 12.46%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#2CD124 (or 0x2CD124) is known color: Lime Green. HEX triplet: 2C, D1 and 24. RGB value is (44,209,36). Sum of RGB (Red+Green+Blue) = 44+209+36=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD124 is #D32EDB. Grayscale: #8C8C8C. Windows color (decimal): -13840092 or 2412844. OLE color: 2412844.

HSL color Cylindrical-coordinate representation of color #2CD124: hue angle of 117.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD124 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 209 36 -
CMYK 0.79 0 0.83 0.18
HSL 117.23º 0.71% 0.48% -
HSV(B) 117.23º 0.83% 0.82% -
XYZ 24.16 46.26 9.33 -
YUV 139.94 69.34 59.57 -
System Red Green Blue C M Y K H S L
Decimal 44 209 36 0.79 0 0.83 0.18 117.23 0.71 0.48
Hex 2C D1 24 4F 0 53 12 75 47 30
Octal 54 321 44 117 0 123 22 165 107 60
Binary 101100 11010001 100100 1001111 0 1010011 10010 1110101 1000111 110000

Color Harmonies of #2CD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD124

Black with #2CD124

Text Example


Text Example

White with #2CD124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,209,36); }

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

background-color css

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

 a { background-color: rgb(44,209,36); }

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

border-color css

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

 span { border-color: rgb(44,209,36); }

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