Html Css Color HEX #2CD714 Lime Green

📋 copy color: '#2CD714'

red 44 ◦ green 215 ◦ blue 20

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

Shades of Lime Green #2CD714

Tints of Lime Green #2CD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.06%

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

R = 15.77%
G = 77.06%
B = 7.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#2CD714 (or 0x2CD714) is known color: Lime Green. HEX triplet: 2C, D7 and 14. RGB value is (44,215,20). Sum of RGB (Red+Green+Blue) = 44+215+20=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 215 (84.38% from 255 or 77.06% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD714 is #D328EB. Grayscale: #8E8E8E. Windows color (decimal): -13838572 or 1365804. OLE color: 1365804.

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

Color convert

RGB 44 215 20 -
CMYK 0.80 0 0.91 0.16
HSL 112.62º 0.83% 0.46% -
HSV(B) 112.62º 0.91% 0.84% -
XYZ 25.47 49.19 8.81 -
YUV 141.64 59.35 58.36 -
System Red Green Blue C M Y K H S L
Decimal 44 215 20 0.80 0 0.91 0.16 112.62 0.83 0.46
Hex 2C D7 14 50 0 5B 10 71 53 2E
Octal 54 327 24 120 0 133 20 161 123 56
Binary 101100 11010111 10100 1010000 0 1011011 10000 1110001 1010011 101110

Color Harmonies of #2CD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD714

Black with #2CD714

Text Example


Text Example

White with #2CD714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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