Html Css Color HEX #2CC53C Lime Green

📋 copy color: '#2CC53C'

red 44 ◦ green 197 ◦ blue 60

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

Shades of Lime Green #2CC53C

Tints of Lime Green #2CC53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 14.62%
G = 65.45%
B = 19.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#2CC53C (or 0x2CC53C) is known color: Lime Green. HEX triplet: 2C, C5 and 3C. RGB value is (44,197,60). Sum of RGB (Red+Green+Blue) = 44+197+60=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 197 (77.34% from 255 or 65.45% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC53C is #D33AC3. Grayscale: #888888. Windows color (decimal): -13843140 or 3982636. OLE color: 3982636.

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

Color convert

RGB 44 197 60 -
CMYK 0.78 0 0.70 0.23
HSL 126.27º 0.63% 0.47% -
HSV(B) 126.27º 0.78% 0.77% -
XYZ 21.82 40.79 11 -
YUV 135.64 85.31 62.64 -
System Red Green Blue C M Y K H S L
Decimal 44 197 60 0.78 0 0.70 0.23 126.27 0.63 0.47
Hex 2C C5 3C 4E 0 46 17 7E 3F 2F
Octal 54 305 74 116 0 106 27 176 77 57
Binary 101100 11000101 111100 1001110 0 1000110 10111 1111110 111111 101111

Color Harmonies of #2CC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC53C

Black with #2CC53C

Text Example


Text Example

White with #2CC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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