Html Css Color HEX #3CC524 Lime Green

📋 copy color: '#3CC524'

red 60 ◦ green 197 ◦ blue 36

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

Shades of Lime Green #3CC524

Tints of Lime Green #3CC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 20.48%
G = 67.24%
B = 12.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#3CC524 (or 0x3CC524) is known color: Lime Green. HEX triplet: 3C, C5 and 24. RGB value is (60,197,36). Sum of RGB (Red+Green+Blue) = 60+197+36=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC524 is #C33ADB. Grayscale: #8A8A8A. Windows color (decimal): -12794588 or 2409788. OLE color: 2409788.

HSL color Cylindrical-coordinate representation of color #3CC524: hue angle of 111.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CC524 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 197 36 -
CMYK 0.70 0 0.82 0.23
HSL 111.06º 0.69% 0.46% -
HSV(B) 111.06º 0.82% 0.77% -
XYZ 22.15 41.02 8.42 -
YUV 137.68 70.61 72.59 -
System Red Green Blue C M Y K H S L
Decimal 60 197 36 0.70 0 0.82 0.23 111.06 0.69 0.46
Hex 3C C5 24 46 0 52 17 6F 45 2E
Octal 74 305 44 106 0 122 27 157 105 56
Binary 111100 11000101 100100 1000110 0 1010010 10111 1101111 1000101 101110

Color Harmonies of #3CC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC524

Black with #3CC524

Text Example


Text Example

White with #3CC524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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