Html Css Color HEX #2CD916 Lime Green

📋 copy color: '#2CD916'

red 44 ◦ green 217 ◦ blue 22

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

Shades of Lime Green #2CD916

Tints of Lime Green #2CD916

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.68%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 15.55%
G = 76.68%
B = 7.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#2CD916 (or 0x2CD916) is known color: Lime Green. HEX triplet: 2C, D9 and 16. RGB value is (44,217,22). Sum of RGB (Red+Green+Blue) = 44+217+22=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD916 is #D326E9. Grayscale: #8F8F8F. Windows color (decimal): -13838058 or 1497388. OLE color: 1497388.

HSL color Cylindrical-coordinate representation of color #2CD916: hue angle of 113.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CD916 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 217 22 -
CMYK 0.80 0 0.90 0.15
HSL 113.23º 0.82% 0.47% -
HSV(B) 113.23º 0.9% 0.85% -
XYZ 26 50.22 9.08 -
YUV 143.04 59.69 57.36 -
System Red Green Blue C M Y K H S L
Decimal 44 217 22 0.80 0 0.90 0.15 113.23 0.82 0.47
Hex 2C D9 16 50 0 5A F 71 52 2F
Octal 54 331 26 120 0 132 17 161 122 57
Binary 101100 11011001 10110 1010000 0 1011010 1111 1110001 1010010 101111

Color Harmonies of #2CD916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD916

Black with #2CD916

Text Example


Text Example

White with #2CD916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,217,22); }

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

background-color css

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

 a { background-color: rgb(44,217,22); }

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

border-color css

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

 span { border-color: rgb(44,217,22); }

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