Html Css Color HEX #2CC512 Lime Green

📋 copy color: '#2CC512'

red 44 ◦ green 197 ◦ blue 18

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

Shades of Lime Green #2CC512

Tints of Lime Green #2CC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 76.06%

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

R = 16.99%
G = 76.06%
B = 6.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#2CC512 (or 0x2CC512) is known color: Lime Green. HEX triplet: 2C, C5 and 12. RGB value is (44,197,18). Sum of RGB (Red+Green+Blue) = 44+197+18=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 197 (77.34% from 255 or 76.06% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CC512 is #D33AED. Grayscale: #838383. Windows color (decimal): -13843182 or 1230124. OLE color: 1230124.

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

Color convert

RGB 44 197 18 -
CMYK 0.78 0 0.91 0.23
HSL 111.28º 0.83% 0.42% -
HSV(B) 111.28º 0.91% 0.77% -
XYZ 21.11 40.51 7.28 -
YUV 130.85 64.31 66.05 -
System Red Green Blue C M Y K H S L
Decimal 44 197 18 0.78 0 0.91 0.23 111.28 0.83 0.42
Hex 2C C5 12 4E 0 5B 17 6F 53 2A
Octal 54 305 22 116 0 133 27 157 123 52
Binary 101100 11000101 10010 1001110 0 1011011 10111 1101111 1010011 101010

Color Harmonies of #2CC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC512

Black with #2CC512

Text Example


Text Example

White with #2CC512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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