Html Css Color HEX #2CC523 Lime Green

📋 copy color: '#2CC523'

red 44 ◦ green 197 ◦ blue 35

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

Shades of Lime Green #2CC523

Tints of Lime Green #2CC523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 15.94%
G = 71.38%
B = 12.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#2CC523 (or 0x2CC523) is known color: Lime Green. HEX triplet: 2C, C5 and 23. RGB value is (44,197,35). Sum of RGB (Red+Green+Blue) = 44+197+35=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC523 is #D33ADC. Grayscale: #858585. Windows color (decimal): -13843165 or 2344236. OLE color: 2344236.

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

Color convert

RGB 44 197 35 -
CMYK 0.78 0 0.82 0.23
HSL 116.67º 0.7% 0.45% -
HSV(B) 116.67º 0.82% 0.77% -
XYZ 21.31 40.59 8.3 -
YUV 132.79 72.81 64.67 -
System Red Green Blue C M Y K H S L
Decimal 44 197 35 0.78 0 0.82 0.23 116.67 0.7 0.45
Hex 2C C5 23 4E 0 52 17 75 46 2D
Octal 54 305 43 116 0 122 27 165 106 55
Binary 101100 11000101 100011 1001110 0 1010010 10111 1110101 1000110 101101

Color Harmonies of #2CC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC523

Black with #2CC523

Text Example


Text Example

White with #2CC523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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