Html Css Color HEX #3CC820 Lime Green

📋 copy color: '#3CC820'

red 60 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #3CC820

Tints of Lime Green #3CC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.49%

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

R = 20.55%
G = 68.49%
B = 10.96%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#3CC820 (or 0x3CC820) is known color: Lime Green. HEX triplet: 3C, C8 and 20. RGB value is (60,200,32). Sum of RGB (Red+Green+Blue) = 60+200+32=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC820 is #C337DF. Grayscale: #8B8B8B. Windows color (decimal): -12793824 or 2148412. OLE color: 2148412.

HSL color Cylindrical-coordinate representation of color #3CC820: hue angle of 110º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CC820 is Cyan = 0.7, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 200 32 -
CMYK 0.7 0 0.84 0.22
HSL 110º 0.72% 0.45% -
HSV(B) 110º 0.84% 0.78% -
XYZ 22.78 42.37 8.34 -
YUV 138.99 67.62 71.66 -
System Red Green Blue C M Y K H S L
Decimal 60 200 32 0.7 0 0.84 0.22 110 0.72 0.45
Hex 3C C8 20 46 0 54 16 6E 48 2D
Octal 74 310 40 106 0 124 26 156 110 55
Binary 111100 11001000 100000 1000110 0 1010100 10110 1101110 1001000 101101

Color Harmonies of #3CC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC820

Black with #3CC820

Text Example


Text Example

White with #3CC820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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