Html Css Color HEX #2CC53F Lime Green

📋 copy color: '#2CC53F'

red 44 ◦ green 197 ◦ blue 63

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

Shades of Lime Green #2CC53F

Tints of Lime Green #2CC53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 14.47%
G = 64.8%
B = 20.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#2CC53F (or 0x2CC53F) is known color: Lime Green. HEX triplet: 2C, C5 and 3F. RGB value is (44,197,63). Sum of RGB (Red+Green+Blue) = 44+197+63=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 197 (77.34% from 255 or 64.80% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC53F is #D33AC0. Grayscale: #888888. Windows color (decimal): -13843137 or 4179244. OLE color: 4179244.

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

Color convert

RGB 44 197 63 -
CMYK 0.78 0 0.68 0.23
HSL 127.45º 0.63% 0.47% -
HSV(B) 127.45º 0.78% 0.77% -
XYZ 21.9 40.83 11.43 -
YUV 135.98 86.81 62.4 -
System Red Green Blue C M Y K H S L
Decimal 44 197 63 0.78 0 0.68 0.23 127.45 0.63 0.47
Hex 2C C5 3F 4E 0 44 17 7F 3F 2F
Octal 54 305 77 116 0 104 27 177 77 57
Binary 101100 11000101 111111 1001110 0 1000100 10111 1111111 111111 101111

Color Harmonies of #2CC53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC53F

Black with #2CC53F

Text Example


Text Example

White with #2CC53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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