Html Css Color HEX #3CC24C Lime Green

📋 copy color: '#3CC24C'

red 60 ◦ green 194 ◦ blue 76

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

Shades of Lime Green #3CC24C

Tints of Lime Green #3CC24C

RGB

 RED value IS 60 (23.83% from 255) = 18.18%

 GREEN value IS 194 (76.17% from 255) = 58.79%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 18.18%
G = 58.79%
B = 23.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3CC24C (or 0x3CC24C) is known color: Lime Green. HEX triplet: 3C, C2 and 4C. RGB value is (60,194,76). Sum of RGB (Red+Green+Blue) = 60+194+76=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC24C is #C33DB3. Grayscale: #8C8C8C. Windows color (decimal): -12795316 or 5030460. OLE color: 5030460.

HSL color Cylindrical-coordinate representation of color #3CC24C: hue angle of 127.16º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC24C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 194 76 -
CMYK 0.69 0 0.61 0.24
HSL 127.16º 0.53% 0.5% -
HSV(B) 127.16º 0.69% 0.76% -
XYZ 22.46 40.07 13.39 -
YUV 140.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 60 194 76 0.69 0 0.61 0.24 127.16 0.53 0.5
Hex 3C C2 4C 45 0 3D 18 7F 35 32
Octal 74 302 114 105 0 75 30 177 65 62
Binary 111100 11000010 1001100 1000101 0 111101 11000 1111111 110101 110010

Color Harmonies of #3CC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC24C

Black with #3CC24C

Text Example


Text Example

White with #3CC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC24C; }

 p { color: rgb(60,194,76); }

 H1.HeaderClassName
 {
   color: #3CC24C;
 }
 .AnyTagClassName
 {
   color: #3CC24C;
 }
</style>

background-color css

<style>
 a { background-color: #3CC24C; }

 a { background-color: rgb(60,194,76); }

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

border-color css

<style>
 span { border-color: #3CC24C; }

 span { border-color: rgb(60,194,76); }

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