Html Css Color HEX #3CDF4F Lime Green

📋 copy color: '#3CDF4F'

red 60 ◦ green 223 ◦ blue 79

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

Shades of Lime Green #3CDF4F

Tints of Lime Green #3CDF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 16.57%
G = 61.6%
B = 21.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#3CDF4F (or 0x3CDF4F) is known color: Lime Green. HEX triplet: 3C, DF and 4F. RGB value is (60,223,79). Sum of RGB (Red+Green+Blue) = 60+223+79=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF4F is #C320B0. Grayscale: #9E9E9E. Windows color (decimal): -12787889 or 5234492. OLE color: 5234492.

HSL color Cylindrical-coordinate representation of color #3CDF4F: hue angle of 126.99º 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 #3CDF4F is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 79 -
CMYK 0.73 0 0.65 0.13
HSL 126.99º 0.72% 0.55% -
HSV(B) 126.99º 0.73% 0.87% -
XYZ 29.66 54.3 16.31 -
YUV 157.85 83.5 58.21 -
System Red Green Blue C M Y K H S L
Decimal 60 223 79 0.73 0 0.65 0.13 126.99 0.72 0.55
Hex 3C DF 4F 49 0 41 D 7F 48 37
Octal 74 337 117 111 0 101 15 177 110 67
Binary 111100 11011111 1001111 1001001 0 1000001 1101 1111111 1001000 110111

Color Harmonies of #3CDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDF4F

Black with #3CDF4F

Text Example


Text Example

White with #3CDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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