Html Css Color HEX #2CC712 Lime Green

📋 copy color: '#2CC712'

red 44 ◦ green 199 ◦ blue 18

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

Shades of Lime Green #2CC712

Tints of Lime Green #2CC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 76.25%

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

R = 16.86%
G = 76.25%
B = 6.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#2CC712 (or 0x2CC712) is known color: Lime Green. HEX triplet: 2C, C7 and 12. RGB value is (44,199,18). Sum of RGB (Red+Green+Blue) = 44+199+18=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 199 (78.12% from 255 or 76.25% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC712 is #D338ED. Grayscale: #848484. Windows color (decimal): -13842670 or 1230636. OLE color: 1230636.

HSL color Cylindrical-coordinate representation of color #2CC712: hue angle of 111.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CC712 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 199 18 -
CMYK 0.78 0 0.91 0.22
HSL 111.38º 0.83% 0.43% -
HSV(B) 111.38º 0.91% 0.78% -
XYZ 21.57 41.43 7.43 -
YUV 132.02 63.65 65.22 -
System Red Green Blue C M Y K H S L
Decimal 44 199 18 0.78 0 0.91 0.22 111.38 0.83 0.43
Hex 2C C7 12 4E 0 5B 16 6F 53 2B
Octal 54 307 22 116 0 133 26 157 123 53
Binary 101100 11000111 10010 1001110 0 1011011 10110 1101111 1010011 101011

Color Harmonies of #2CC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC712

Black with #2CC712

Text Example


Text Example

White with #2CC712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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