Html Css Color HEX #2CD610 Lime Green

📋 copy color: '#2CD610'

red 44 ◦ green 214 ◦ blue 16

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

Shades of Lime Green #2CD610

Tints of Lime Green #2CD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.1%

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 16.06%
G = 78.1%
B = 5.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#2CD610 (or 0x2CD610) is known color: Lime Green. HEX triplet: 2C, D6 and 10. RGB value is (44,214,16). Sum of RGB (Red+Green+Blue) = 44+214+16=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD610 is #D329EF. Grayscale: #8D8D8D. Windows color (decimal): -13838832 or 1103404. OLE color: 1103404.

HSL color Cylindrical-coordinate representation of color #2CD610: hue angle of 111.52º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CD610 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 214 16 -
CMYK 0.79 0 0.93 0.16
HSL 111.52º 0.86% 0.45% -
HSV(B) 111.52º 0.93% 0.84% -
XYZ 25.18 48.67 8.56 -
YUV 140.6 57.68 59.1 -
System Red Green Blue C M Y K H S L
Decimal 44 214 16 0.79 0 0.93 0.16 111.52 0.86 0.45
Hex 2C D6 10 4F 0 5D 10 70 56 2D
Octal 54 326 20 117 0 135 20 160 126 55
Binary 101100 11010110 10000 1001111 0 1011101 10000 1110000 1010110 101101

Color Harmonies of #2CD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD610

Black with #2CD610

Text Example


Text Example

White with #2CD610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,214,16); }

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

background-color css

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

 a { background-color: rgb(44,214,16); }

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

border-color css

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

 span { border-color: rgb(44,214,16); }

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