Html Css Color HEX #3CEC40 Lime Green

📋 copy color: '#3CEC40'

red 60 ◦ green 236 ◦ blue 64

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

Shades of Lime Green #3CEC40

Tints of Lime Green #3CEC40

RGB

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

 GREEN value IS 236 (92.58% from 255) = 65.56%

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 16.67%
G = 65.56%
B = 17.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#3CEC40 (or 0x3CEC40) is known color: Lime Green. HEX triplet: 3C, EC and 40. RGB value is (60,236,64). Sum of RGB (Red+Green+Blue) = 60+236+64=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 236 (92.58% from 255 or 65.56% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC40 is #C313BF. Grayscale: #A4A4A4. Windows color (decimal): -12784576 or 4254780. OLE color: 4254780.

HSL color Cylindrical-coordinate representation of color #3CEC40: hue angle of 121.36º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC40 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 64 -
CMYK 0.75 0 0.73 0.07
HSL 121.36º 0.82% 0.58% -
HSV(B) 121.36º 0.75% 0.93% -
XYZ 32.78 61.32 14.96 -
YUV 163.77 71.69 53.99 -
System Red Green Blue C M Y K H S L
Decimal 60 236 64 0.75 0 0.73 0.07 121.36 0.82 0.58
Hex 3C EC 40 4B 0 49 7 79 52 3A
Octal 74 354 100 113 0 111 7 171 122 72
Binary 111100 11101100 1000000 1001011 0 1001001 111 1111001 1010010 111010

Color Harmonies of #3CEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC40

Black with #3CEC40

Text Example


Text Example

White with #3CEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,236,64); }

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

background-color css

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

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

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

border-color css

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

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

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