Html Css Color HEX #2CD816 Lime Green

📋 copy color: '#2CD816'

red 44 ◦ green 216 ◦ blue 22

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

Shades of Lime Green #2CD816

Tints of Lime Green #2CD816

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.6%

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

R = 15.6%
G = 76.6%
B = 7.8%

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

#2CD816 (or 0x2CD816) is known color: Lime Green. HEX triplet: 2C, D8 and 16. RGB value is (44,216,22). Sum of RGB (Red+Green+Blue) = 44+216+22=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 216 (84.77% from 255 or 76.60% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD816 is #D327E9. Grayscale: #8F8F8F. Windows color (decimal): -13838314 or 1497132. OLE color: 1497132.

HSL color Cylindrical-coordinate representation of color #2CD816: hue angle of 113.2º 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 #2CD816 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 216 22 -
CMYK 0.80 0 0.90 0.15
HSL 113.2º 0.82% 0.47% -
HSV(B) 113.2º 0.9% 0.85% -
XYZ 25.74 49.71 9 -
YUV 142.46 60.02 57.77 -
System Red Green Blue C M Y K H S L
Decimal 44 216 22 0.80 0 0.90 0.15 113.2 0.82 0.47
Hex 2C D8 16 50 0 5A F 71 52 2F
Octal 54 330 26 120 0 132 17 161 122 57
Binary 101100 11011000 10110 1010000 0 1011010 1111 1110001 1010010 101111

Color Harmonies of #2CD816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD816

Black with #2CD816

Text Example


Text Example

White with #2CD816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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