Html Css Color HEX #2CC645 Lime Green

📋 copy color: '#2CC645'

red 44 ◦ green 198 ◦ blue 69

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

Shades of Lime Green #2CC645

Tints of Lime Green #2CC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.67%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 14.15%
G = 63.67%
B = 22.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#2CC645 (or 0x2CC645) is known color: Lime Green. HEX triplet: 2C, C6 and 45. RGB value is (44,198,69). Sum of RGB (Red+Green+Blue) = 44+198+69=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC645 is #D339BA. Grayscale: #898989. Windows color (decimal): -13842875 or 4572716. OLE color: 4572716.

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

Color convert

RGB 44 198 69 -
CMYK 0.78 0 0.65 0.22
HSL 129.74º 0.64% 0.47% -
HSV(B) 129.74º 0.78% 0.78% -
XYZ 22.31 41.35 12.44 -
YUV 137.25 89.48 61.49 -
System Red Green Blue C M Y K H S L
Decimal 44 198 69 0.78 0 0.65 0.22 129.74 0.64 0.47
Hex 2C C6 45 4E 0 41 16 82 40 2F
Octal 54 306 105 116 0 101 26 202 100 57
Binary 101100 11000110 1000101 1001110 0 1000001 10110 10000010 1000000 101111

Color Harmonies of #2CC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC645

Black with #2CC645

Text Example


Text Example

White with #2CC645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,198,69); }

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

background-color css

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

 a { background-color: rgb(44,198,69); }

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

border-color css

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

 span { border-color: rgb(44,198,69); }

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