Html Css Color HEX #2CC742 Lime Green

📋 copy color: '#2CC742'

red 44 ◦ green 199 ◦ blue 66

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

Shades of Lime Green #2CC742

Tints of Lime Green #2CC742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 14.24%
G = 64.4%
B = 21.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#2CC742 (or 0x2CC742) is known color: Lime Green. HEX triplet: 2C, C7 and 42. RGB value is (44,199,66). Sum of RGB (Red+Green+Blue) = 44+199+66=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC742 is #D338BD. Grayscale: #898989. Windows color (decimal): -13842622 or 4376364. OLE color: 4376364.

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

Color convert

RGB 44 199 66 -
CMYK 0.78 0 0.67 0.22
HSL 128.52º 0.64% 0.48% -
HSV(B) 128.52º 0.78% 0.78% -
XYZ 22.45 41.78 12.03 -
YUV 137.49 87.65 61.31 -
System Red Green Blue C M Y K H S L
Decimal 44 199 66 0.78 0 0.67 0.22 128.52 0.64 0.48
Hex 2C C7 42 4E 0 43 16 81 40 30
Octal 54 307 102 116 0 103 26 201 100 60
Binary 101100 11000111 1000010 1001110 0 1000011 10110 10000001 1000000 110000

Color Harmonies of #2CC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC742

Black with #2CC742

Text Example


Text Example

White with #2CC742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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