Html Css Color HEX #2CD914 Lime Green

📋 copy color: '#2CD914'

red 44 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #2CD914

Tints of Lime Green #2CD914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 15.66%
G = 77.22%
B = 7.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#2CD914 (or 0x2CD914) is known color: Lime Green. HEX triplet: 2C, D9 and 14. RGB value is (44,217,20). Sum of RGB (Red+Green+Blue) = 44+217+20=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD914 is #D326EB. Grayscale: #8F8F8F. Windows color (decimal): -13838060 or 1366316. OLE color: 1366316.

HSL color Cylindrical-coordinate representation of color #2CD914: hue angle of 112.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CD914 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 217 20 -
CMYK 0.80 0 0.91 0.15
HSL 112.69º 0.83% 0.46% -
HSV(B) 112.69º 0.91% 0.85% -
XYZ 25.98 50.21 8.98 -
YUV 142.82 58.69 57.52 -
System Red Green Blue C M Y K H S L
Decimal 44 217 20 0.80 0 0.91 0.15 112.69 0.83 0.46
Hex 2C D9 14 50 0 5B F 71 53 2E
Octal 54 331 24 120 0 133 17 161 123 56
Binary 101100 11011001 10100 1010000 0 1011011 1111 1110001 1010011 101110

Color Harmonies of #2CD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD914

Black with #2CD914

Text Example


Text Example

White with #2CD914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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