Html Css Color HEX #3CD63C Lime Green

📋 copy color: '#3CD63C'

red 60 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #3CD63C

Tints of Lime Green #3CD63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.07%

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

R = 17.96%
G = 64.07%
B = 17.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#3CD63C (or 0x3CD63C) is known color: Lime Green. HEX triplet: 3C, D6 and 3C. RGB value is (60,214,60). Sum of RGB (Red+Green+Blue) = 60+214+60=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD63C is #C329C3. Grayscale: #969696. Windows color (decimal): -12790212 or 3987004. OLE color: 3987004.

HSL color Cylindrical-coordinate representation of color #3CD63C: hue angle of 120º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD63C is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 214 60 -
CMYK 0.72 0 0.72 0.16
HSL 120º 0.65% 0.54% -
HSV(B) 120º 0.72% 0.84% -
XYZ 26.73 49.38 12.4 -
YUV 150.4 76.98 63.52 -
System Red Green Blue C M Y K H S L
Decimal 60 214 60 0.72 0 0.72 0.16 120 0.65 0.54
Hex 3C D6 3C 48 0 48 10 78 41 36
Octal 74 326 74 110 0 110 20 170 101 66
Binary 111100 11010110 111100 1001000 0 1001000 10000 1111000 1000001 110110

Color Harmonies of #3CD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD63C

Black with #3CD63C

Text Example


Text Example

White with #3CD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,214,60); }

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

background-color css

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

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

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

border-color css

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

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

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