Html Css Color HEX #3CC424 Lime Green

📋 copy color: '#3CC424'

red 60 ◦ green 196 ◦ blue 36

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

Shades of Lime Green #3CC424

Tints of Lime Green #3CC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 67.12%

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

R = 20.55%
G = 67.12%
B = 12.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#3CC424 (or 0x3CC424) is known color: Lime Green. HEX triplet: 3C, C4 and 24. RGB value is (60,196,36). Sum of RGB (Red+Green+Blue) = 60+196+36=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC424 is #C33BDB. Grayscale: #898989. Windows color (decimal): -12794844 or 2409532. OLE color: 2409532.

HSL color Cylindrical-coordinate representation of color #3CC424: hue angle of 111º degrees, saturation: 0.69, 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 #3CC424 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 60 196 36 -
CMYK 0.69 0 0.82 0.23
HSL 111º 0.69% 0.45% -
HSV(B) 111º 0.82% 0.77% -
XYZ 21.92 40.57 8.34 -
YUV 137.1 70.94 73.01 -
System Red Green Blue C M Y K H S L
Decimal 60 196 36 0.69 0 0.82 0.23 111 0.69 0.45
Hex 3C C4 24 45 0 52 17 6F 45 2D
Octal 74 304 44 105 0 122 27 157 105 55
Binary 111100 11000100 100100 1000101 0 1010010 10111 1101111 1000101 101101

Color Harmonies of #3CC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC424

Black with #3CC424

Text Example


Text Example

White with #3CC424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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