Html Css Color HEX #2CD14C Lime Green

📋 copy color: '#2CD14C'

red 44 ◦ green 209 ◦ blue 76

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

Shades of Lime Green #2CD14C

Tints of Lime Green #2CD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 63.53%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 13.37%
G = 63.53%
B = 23.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#2CD14C (or 0x2CD14C) is known color: Lime Green. HEX triplet: 2C, D1 and 4C. RGB value is (44,209,76). Sum of RGB (Red+Green+Blue) = 44+209+76=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD14C is #D32EB3. Grayscale: #909090. Windows color (decimal): -13840052 or 5034284. OLE color: 5034284.

HSL color Cylindrical-coordinate representation of color #2CD14C: hue angle of 131.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD14C is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 209 76 -
CMYK 0.79 0 0.64 0.18
HSL 131.64º 0.65% 0.5% -
HSV(B) 131.64º 0.79% 0.82% -
XYZ 25.14 46.66 14.52 -
YUV 144.5 89.34 56.31 -
System Red Green Blue C M Y K H S L
Decimal 44 209 76 0.79 0 0.64 0.18 131.64 0.65 0.5
Hex 2C D1 4C 4F 0 40 12 84 41 32
Octal 54 321 114 117 0 100 22 204 101 62
Binary 101100 11010001 1001100 1001111 0 1000000 10010 10000100 1000001 110010

Color Harmonies of #2CD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD14C

Black with #2CD14C

Text Example


Text Example

White with #2CD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,209,76); }

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

background-color css

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

 a { background-color: rgb(44,209,76); }

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

border-color css

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

 span { border-color: rgb(44,209,76); }

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