Html Css Color HEX #2CD511 Lime Green

📋 copy color: '#2CD511'

red 44 ◦ green 213 ◦ blue 17

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

Shades of Lime Green #2CD511

Tints of Lime Green #2CD511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 77.74%

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

R = 16.06%
G = 77.74%
B = 6.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#2CD511 (or 0x2CD511) is known color: Lime Green. HEX triplet: 2C, D5 and 11. RGB value is (44,213,17). Sum of RGB (Red+Green+Blue) = 44+213+17=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 213 (83.59% from 255 or 77.74% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD511 is #D32AEE. Grayscale: #8C8C8C. Windows color (decimal): -13839087 or 1168684. OLE color: 1168684.

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

Color convert

RGB 44 213 17 -
CMYK 0.79 0 0.92 0.16
HSL 111.73º 0.85% 0.45% -
HSV(B) 111.73º 0.92% 0.84% -
XYZ 24.93 48.16 8.51 -
YUV 140.13 58.51 59.44 -
System Red Green Blue C M Y K H S L
Decimal 44 213 17 0.79 0 0.92 0.16 111.73 0.85 0.45
Hex 2C D5 11 4F 0 5C 10 70 55 2D
Octal 54 325 21 117 0 134 20 160 125 55
Binary 101100 11010101 10001 1001111 0 1011100 10000 1110000 1010101 101101

Color Harmonies of #2CD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD511

Black with #2CD511

Text Example


Text Example

White with #2CD511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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