Html Css Color HEX #2CD411 Lime Green

📋 copy color: '#2CD411'

red 44 ◦ green 212 ◦ blue 17

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

Shades of Lime Green #2CD411

Tints of Lime Green #2CD411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 77.66%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 16.12%
G = 77.66%
B = 6.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#2CD411 (or 0x2CD411) is known color: Lime Green. HEX triplet: 2C, D4 and 11. RGB value is (44,212,17). Sum of RGB (Red+Green+Blue) = 44+212+17=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD411 is #D32BEE. Grayscale: #8C8C8C. Windows color (decimal): -13839343 or 1168428. OLE color: 1168428.

HSL color Cylindrical-coordinate representation of color #2CD411: hue angle of 111.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CD411 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 44 212 17 -
CMYK 0.79 0 0.92 0.17
HSL 111.69º 0.85% 0.45% -
HSV(B) 111.69º 0.92% 0.83% -
XYZ 24.68 47.66 8.43 -
YUV 139.54 58.84 59.86 -
System Red Green Blue C M Y K H S L
Decimal 44 212 17 0.79 0 0.92 0.17 111.69 0.85 0.45
Hex 2C D4 11 4F 0 5C 11 70 55 2D
Octal 54 324 21 117 0 134 21 160 125 55
Binary 101100 11010100 10001 1001111 0 1011100 10001 1110000 1010101 101101

Color Harmonies of #2CD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD411

Black with #2CD411

Text Example


Text Example

White with #2CD411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,212,17); }

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

background-color css

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

 a { background-color: rgb(44,212,17); }

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

border-color css

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

 span { border-color: rgb(44,212,17); }

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