Html Css Color HEX #2CC445 Lime Green

📋 copy color: '#2CC445'

red 44 ◦ green 196 ◦ blue 69

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

Shades of Lime Green #2CC445

Tints of Lime Green #2CC445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.43%

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

R = 14.24%
G = 63.43%
B = 22.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#2CC445 (or 0x2CC445) is known color: Lime Green. HEX triplet: 2C, C4 and 45. RGB value is (44,196,69). Sum of RGB (Red+Green+Blue) = 44+196+69=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 196 (76.95% from 255 or 63.43% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC445 is #D33BBA. Grayscale: #888888. Windows color (decimal): -13843387 or 4572204. OLE color: 4572204.

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

Color convert

RGB 44 196 69 -
CMYK 0.78 0 0.65 0.23
HSL 129.87º 0.63% 0.47% -
HSV(B) 129.87º 0.78% 0.77% -
XYZ 21.85 40.45 12.29 -
YUV 136.07 90.14 62.33 -
System Red Green Blue C M Y K H S L
Decimal 44 196 69 0.78 0 0.65 0.23 129.87 0.63 0.47
Hex 2C C4 45 4E 0 41 17 82 3F 2F
Octal 54 304 105 116 0 101 27 202 77 57
Binary 101100 11000100 1000101 1001110 0 1000001 10111 10000010 111111 101111

Color Harmonies of #2CC445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC445

Black with #2CC445

Text Example


Text Example

White with #2CC445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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