Html Css Color HEX #2CD128 Lime Green

📋 copy color: '#2CD128'

red 44 ◦ green 209 ◦ blue 40

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

Shades of Lime Green #2CD128

Tints of Lime Green #2CD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 15.02%
G = 71.33%
B = 13.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#2CD128 (or 0x2CD128) is known color: Lime Green. HEX triplet: 2C, D1 and 28. RGB value is (44,209,40). Sum of RGB (Red+Green+Blue) = 44+209+40=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD128 is #D32ED7. Grayscale: #8C8C8C. Windows color (decimal): -13840088 or 2674988. OLE color: 2674988.

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

Color convert

RGB 44 209 40 -
CMYK 0.79 0 0.81 0.18
HSL 118.58º 0.68% 0.49% -
HSV(B) 118.58º 0.81% 0.82% -
XYZ 24.22 46.29 9.67 -
YUV 140.4 71.34 59.24 -
System Red Green Blue C M Y K H S L
Decimal 44 209 40 0.79 0 0.81 0.18 118.58 0.68 0.49
Hex 2C D1 28 4F 0 51 12 77 44 31
Octal 54 321 50 117 0 121 22 167 104 61
Binary 101100 11010001 101000 1001111 0 1010001 10010 1110111 1000100 110001

Color Harmonies of #2CD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD128

Black with #2CD128

Text Example


Text Example

White with #2CD128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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