Html Css Color HEX #3CDA1F Lime Green

📋 copy color: '#3CDA1F'

red 60 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #3CDA1F

Tints of Lime Green #3CDA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.55%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 19.42%
G = 70.55%
B = 10.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#3CDA1F (or 0x3CDA1F) is known color: Lime Green. HEX triplet: 3C, DA and 1F. RGB value is (60,218,31). Sum of RGB (Red+Green+Blue) = 60+218+31=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA1F is #C325E0. Grayscale: #969696. Windows color (decimal): -12789217 or 2087484. OLE color: 2087484.

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

Color convert

RGB 60 218 31 -
CMYK 0.72 0 0.86 0.15
HSL 110.7º 0.75% 0.49% -
HSV(B) 110.7º 0.86% 0.85% -
XYZ 27.18 51.2 9.75 -
YUV 149.44 61.15 64.21 -
System Red Green Blue C M Y K H S L
Decimal 60 218 31 0.72 0 0.86 0.15 110.7 0.75 0.49
Hex 3C DA 1F 48 0 56 F 6F 4B 31
Octal 74 332 37 110 0 126 17 157 113 61
Binary 111100 11011010 11111 1001000 0 1010110 1111 1101111 1001011 110001

Color Harmonies of #3CDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDA1F

Black with #3CDA1F

Text Example


Text Example

White with #3CDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,218,31); }

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

background-color css

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

 a { background-color: rgb(60,218,31); }

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

border-color css

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

 span { border-color: rgb(60,218,31); }

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