Html Css Color HEX #3CD820 Lime Green

📋 copy color: '#3CD820'

red 60 ◦ green 216 ◦ blue 32

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

Shades of Lime Green #3CD820

Tints of Lime Green #3CD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.13%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 19.48%
G = 70.13%
B = 10.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#3CD820 (or 0x3CD820) is known color: Lime Green. HEX triplet: 3C, D8 and 20. RGB value is (60,216,32). Sum of RGB (Red+Green+Blue) = 60+216+32=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 216 (84.77% from 255 or 70.13% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD820 is #C327DF. Grayscale: #949494. Windows color (decimal): -12789728 or 2152508. OLE color: 2152508.

HSL color Cylindrical-coordinate representation of color #3CD820: hue angle of 110.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CD820 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 216 32 -
CMYK 0.72 0 0.85 0.15
HSL 110.87º 0.74% 0.49% -
HSV(B) 110.87º 0.85% 0.85% -
XYZ 26.68 50.18 9.65 -
YUV 148.38 62.32 64.96 -
System Red Green Blue C M Y K H S L
Decimal 60 216 32 0.72 0 0.85 0.15 110.87 0.74 0.49
Hex 3C D8 20 48 0 55 F 6F 4A 31
Octal 74 330 40 110 0 125 17 157 112 61
Binary 111100 11011000 100000 1001000 0 1010101 1111 1101111 1001010 110001

Color Harmonies of #3CD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD820

Black with #3CD820

Text Example


Text Example

White with #3CD820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,216,32); }

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

background-color css

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

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

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

border-color css

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

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

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