Html Css Color HEX #2CC545 Lime Green

📋 copy color: '#2CC545'

red 44 ◦ green 197 ◦ blue 69

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

Shades of Lime Green #2CC545

Tints of Lime Green #2CC545

RGB

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

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

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

R = 14.19%
G = 63.55%
B = 22.26%

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

#2CC545 (or 0x2CC545) is known color: Lime Green. HEX triplet: 2C, C5 and 45. RGB value is (44,197,69). Sum of RGB (Red+Green+Blue) = 44+197+69=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC545 is #D33ABA. Grayscale: #898989. Windows color (decimal): -13843131 or 4572460. OLE color: 4572460.

HSL color Cylindrical-coordinate representation of color #2CC545: hue angle of 129.8º 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 #2CC545 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 197 69 -
CMYK 0.78 0 0.65 0.23
HSL 129.8º 0.63% 0.47% -
HSV(B) 129.8º 0.78% 0.77% -
XYZ 22.08 40.9 12.36 -
YUV 136.66 89.81 61.91 -
System Red Green Blue C M Y K H S L
Decimal 44 197 69 0.78 0 0.65 0.23 129.8 0.63 0.47
Hex 2C C5 45 4E 0 41 17 82 3F 2F
Octal 54 305 105 116 0 101 27 202 77 57
Binary 101100 11000101 1000101 1001110 0 1000001 10111 10000010 111111 101111

Color Harmonies of #2CC545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC545

Black with #2CC545

Text Example


Text Example

White with #2CC545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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