Html Css Color HEX #2CD612 Lime Green

📋 copy color: '#2CD612'

red 44 ◦ green 214 ◦ blue 18

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

Shades of Lime Green #2CD612

Tints of Lime Green #2CD612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 15.94%
G = 77.54%
B = 6.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#2CD612 (or 0x2CD612) is known color: Lime Green. HEX triplet: 2C, D6 and 12. RGB value is (44,214,18). Sum of RGB (Red+Green+Blue) = 44+214+18=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 214 (83.98% from 255 or 77.54% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD612 is #D329ED. Grayscale: #8D8D8D. Windows color (decimal): -13838830 or 1234476. OLE color: 1234476.

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

Color convert

RGB 44 214 18 -
CMYK 0.79 0 0.92 0.16
HSL 112.04º 0.84% 0.45% -
HSV(B) 112.04º 0.92% 0.84% -
XYZ 25.19 48.67 8.64 -
YUV 140.83 58.68 58.94 -
System Red Green Blue C M Y K H S L
Decimal 44 214 18 0.79 0 0.92 0.16 112.04 0.84 0.45
Hex 2C D6 12 4F 0 5C 10 70 54 2D
Octal 54 326 22 117 0 134 20 160 124 55
Binary 101100 11010110 10010 1001111 0 1011100 10000 1110000 1010100 101101

Color Harmonies of #2CD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD612

Black with #2CD612

Text Example


Text Example

White with #2CD612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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