Html Css Color HEX #3CDF40 Lime Green

📋 copy color: '#3CDF40'

red 60 ◦ green 223 ◦ blue 64

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

Shades of Lime Green #3CDF40

Tints of Lime Green #3CDF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.27%

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

R = 17.29%
G = 64.27%
B = 18.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#3CDF40 (or 0x3CDF40) is known color: Lime Green. HEX triplet: 3C, DF and 40. RGB value is (60,223,64). Sum of RGB (Red+Green+Blue) = 60+223+64=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF40 is #C320BF. Grayscale: #9C9C9C. Windows color (decimal): -12787904 or 4251452. OLE color: 4251452.

HSL color Cylindrical-coordinate representation of color #3CDF40: hue angle of 121.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF40 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 64 -
CMYK 0.73 0 0.71 0.13
HSL 121.47º 0.72% 0.55% -
HSV(B) 121.47º 0.73% 0.87% -
XYZ 29.18 54.11 13.76 -
YUV 156.14 76 59.43 -
System Red Green Blue C M Y K H S L
Decimal 60 223 64 0.73 0 0.71 0.13 121.47 0.72 0.55
Hex 3C DF 40 49 0 47 D 79 48 37
Octal 74 337 100 111 0 107 15 171 110 67
Binary 111100 11011111 1000000 1001001 0 1000111 1101 1111001 1001000 110111

Color Harmonies of #3CDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF40

Black with #3CDF40

Text Example


Text Example

White with #3CDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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