Html Css Color HEX #3CE120 Lime Green

📋 copy color: '#3CE120'

red 60 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #3CE120

Tints of Lime Green #3CE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.98%

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

R = 18.93%
G = 70.98%
B = 10.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#3CE120 (or 0x3CE120) is known color: Lime Green. HEX triplet: 3C, E1 and 20. RGB value is (60,225,32). Sum of RGB (Red+Green+Blue) = 60+225+32=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE120 is #C31EDF. Grayscale: #9A9A9A. Windows color (decimal): -12787424 or 2154812. OLE color: 2154812.

HSL color Cylindrical-coordinate representation of color #3CE120: hue angle of 111.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CE120 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 32 -
CMYK 0.73 0 0.86 0.12
HSL 111.3º 0.76% 0.5% -
HSV(B) 111.3º 0.86% 0.88% -
XYZ 29.05 54.92 10.44 -
YUV 153.66 59.34 61.19 -
System Red Green Blue C M Y K H S L
Decimal 60 225 32 0.73 0 0.86 0.12 111.3 0.76 0.5
Hex 3C E1 20 49 0 56 C 6F 4C 32
Octal 74 341 40 111 0 126 14 157 114 62
Binary 111100 11100001 100000 1001001 0 1010110 1100 1101111 1001100 110010

Color Harmonies of #3CE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE120

Black with #3CE120

Text Example


Text Example

White with #3CE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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